diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1999-09-07 21:33:38 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1999-09-07 21:33:38 +0000 |
commit | aa83601ea5255a2217d5e4c1c12b2974112e2d78 (patch) | |
tree | d13145385633b2ed7cf10b05a15605bf7dea09ff /textproc/nfbtrans/Makefile | |
parent | 2af59be5454d6b86e533946e52fd9b78adeb7df3 (diff) | |
download | ports-aa83601ea5255a2217d5e4c1c12b2974112e2d78.tar.gz ports-aa83601ea5255a2217d5e4c1c12b2974112e2d78.zip |
Notes
Diffstat (limited to 'textproc/nfbtrans/Makefile')
-rw-r--r-- | textproc/nfbtrans/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/textproc/nfbtrans/Makefile b/textproc/nfbtrans/Makefile index 393930b0dd71..00027e944f3a 100644 --- a/textproc/nfbtrans/Makefile +++ b/textproc/nfbtrans/Makefile @@ -1,28 +1,23 @@ # New ports collection makefile for: nfbtrans -# Version required: 7.50.2 +# Version required: 7.53 # Date created: 30 Aug 1998 # Whom: Masafumi NAKANE <max@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= nfbtr750 -PKGNAME= nfbtrans-7.50.2 +DISTNAME= nfbtr753 +PKGNAME= nfbtrans-7.53 CATEGORIES= textproc MASTER_SITES= ftp://ftp.netcom.com/pub/in/inge/ EXTRACT_SUFX= .zip -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} nfb7502.zip MAINTAINER= max@FreeBSD.org -BROKEN="fetch, nfb7507 is the latest" - -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip - RESTRICTED= "Unclear copyright status" -EXTRACT_CMD= unzip + +USE_ZIP= yes EXTRACT_BEFORE_ARGS= -q -a -L -o -EXTRACT_AFTER_ARGS= # empty NO_WRKSUBDIR= yes ALL_TARGET= freebsd MAKEFILE= makefile |