1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/converters/uudx/Makefile
Raphael Kubo da Costa 59b5b29b7d Fix `make fetch'.
Point to the new location in the same domain.
2015-12-28 22:53:40 +00:00

27 lines
555 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/01/45/528/
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>