freebsd-ports/converters/uudx/Makefile

27 lines
555 B
Makefile
Raw Normal View History

# Created by: ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
1999-08-25 07:28:01 +02:00
# $FreeBSD$
PORTNAME= uudx
PORTVERSION= 2.99
CATEGORIES= converters
MASTER_SITES= http://ftp.vector.co.jp/01/45/528/
DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//}
MAINTAINER= ports@FreeBSD.org
2003-02-21 12:08:38 +01:00
COMMENT= Extractor from uuencoded files
BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
2014-03-12 10:49:06 +01:00
USES= lha
NO_WRKSUBDIR= yes
2014-01-09 15:34:22 +01:00
PLIST_FILES= bin/uudx \
man/ja/man1/uudx.1.gz
pre-patch:
2014-01-09 15:34:22 +01:00
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
post-patch:
@${REINPLACE_CMD} -e '/sprintf()/d' ${WRKSRC}/uudx.c
.include <bsd.port.mk>