diff options
Diffstat (limited to 'news/nntpbtr/Makefile')
-rw-r--r-- | news/nntpbtr/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/news/nntpbtr/Makefile b/news/nntpbtr/Makefile new file mode 100644 index 000000000000..8b7909c288c2 --- /dev/null +++ b/news/nntpbtr/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: nntpbtr +# Version required: 1.7 +# Date created: 1 July 1996 +# Whom: dk +# +# $Id$ +# + +DISTNAME= nntpbtr-1.7 +CATEGORIES+= news +MASTER_SITES= ftp://ftp.kiae.su/unix/news/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= dk@farm.org + +# "patch" complains otherwise +post-extract: + rm -rf ${WRKSRC}/RCS + +pre-build: + cd ${FILESDIR} ; pax -rw -l -u dbz ${WRKDIR} || true + cd ${WRKDIR}/dbz ; ${CC} ${CFLAGS} -c -I. dbz.c + +post-install: +.if !defined(NOMANCOMPRESS) + gzip -9nf ${PREFIX}/man/man1/nntpbtr.1 +.endif + +.include <bsd.port.mk> |