freebsd-ports/converters/uudx/Makefile
Baptiste Daroussin 31c145a790 Support stage
2014-01-09 14:34:22 +00:00

26 lines
570 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
USE_LHA= yes
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>