1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/converters/uudx/Makefile
2014-03-12 09:49:06 +00:00

27 lines
568 B
Makefile

# Created by: ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
# $FreeBSD$
PORTNAME= uudx
PORTVERSION= 2.99
CATEGORIES= converters
MASTER_SITES= http://ftp.vector.co.jp/pack/dos/util/bin/conv/
DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//}
MAINTAINER= ports@FreeBSD.org
COMMENT= Extractor from uuencoded files
BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
USES= lha
NO_WRKSUBDIR= yes
PLIST_FILES= bin/uudx \
man/ja/man1/uudx.1.gz
pre-patch:
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
post-patch:
@${REINPLACE_CMD} -e '/sprintf()/d' ${WRKSRC}/uudx.c
.include <bsd.port.mk>