diff options
author | tron <tron> | 1998-05-19 20:45:52 +0000 |
---|---|---|
committer | tron <tron> | 1998-05-19 20:45:52 +0000 |
commit | 10a94d989661778a9648b237b2b6cf3d6e3c3b4f (patch) | |
tree | e1dc97a4b1a80185ae09c4d03ca93de4b10dfe0c /news/nn/Makefile | |
parent | d8b6911915309497296506d8923ce5de2191f3ff (diff) | |
download | pkgsrc-10a94d989661778a9648b237b2b6cf3d6e3c3b4f.tar.gz |
Initial import of FreeBSD's "nn" port.
Diffstat (limited to 'news/nn/Makefile')
-rw-r--r-- | news/nn/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/news/nn/Makefile b/news/nn/Makefile new file mode 100644 index 00000000000..1f4689aa16f --- /dev/null +++ b/news/nn/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: nn +# Version required: 6.5.0 +# Date created: 24 September 1994 +# Whom: adam +# +# $FreeBSD Id: Makefile,v 1.14 1997/07/30 18:17:48 adam Exp +# + +DISTNAME= nn-6.5.0.b3 +PKGNAME= nn-6.5.0 +CATEGORIES= news +MASTER_SITES= ftp://uniwa.uwa.edu.au/pub/nn/old/beta/ +MAINTAINER= ports@FreeBSD.ORG + +MAN1= nn.1 nncheck.1 nngoback.1 nngrab.1 nngrep.1 nnpost.1 \ + nntidy.1 nnacct.1 nnadmin.1 nnstats.1 nnusage.1 +MAN8= nnmaster.8 nnspew.8 + +pre-patch: + @${CP} ${WRKSRC}/config.h-dist ${WRKSRC}/config.h + +pre-build: + @${CP} ${FILESDIR}/s-freebsd.h ${WRKSRC}/conf + +pre-install: + ${MKDIR} ${PREFIX}/news + [ -r ${PREFIX}/news/lib/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} all ) + [ -r ${PREFIX}/news/lib/inews ] || ( cd ${WRKSRC}/inews; ${MAKE} install ) + +post-install: + @${ECHO} Put your NNTP host into ${PREFIX}/etc/nntpserver file + +.include <bsd.port.mk> |