diff options
author | obrien <obrien@FreeBSD.org> | 1997-10-13 07:02:39 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-10-13 07:02:39 +0000 |
commit | b91ee2b1876f29603ea102c37cc00e67bdb91c1d (patch) | |
tree | b24c61e956c79fa2cb978d9af970068b8eac8327 /news/aub/Makefile | |
parent | 02aa950cba4bb6f06820fed91050d19637861972 (diff) | |
download | FreeBSD-ports-b91ee2b1876f29603ea102c37cc00e67bdb91c1d.zip FreeBSD-ports-b91ee2b1876f29603ea102c37cc00e67bdb91c1d.tar.gz |
Automatic assembly of usenet binaries.
Keeps track of what you've gotten already, what has parts missing, etc.
Diffstat (limited to 'news/aub/Makefile')
-rw-r--r-- | news/aub/Makefile | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/news/aub/Makefile b/news/aub/Makefile new file mode 100644 index 0000000..540c6d4 --- /dev/null +++ b/news/aub/Makefile @@ -0,0 +1,43 @@ +# ex:ts=8 +# Ports collection makefile for: aub +# Version required: v2.0.5 +# Date created: Sun Oct 12, 1997 +# Whom: David O'Brien (obrien@cs.ucdavis.edu) +# +# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $ +# + +DISTNAME= aub +PKGNAME= aub-2.0.5 +CATEGORIES= news +MASTER_SITES= ftp://ftp.cdrom.com/pub/perl/CPAN/scripts/news/nntpstuff/aub/ \ + ftp://ftp.digital.com/pub/plan/perl/CPAN/scripts/news/nntpstuff/aub/ \ + ftp://ftp.perl.org/pub/CPAN/scripts/news/nntpstuff/aub/ +DISTFILES= aub aub.1 BUG_FIXES + +MAINTAINER= obrien@FreeBSD.ORG + +NO_WRKSUBDIR= yes +NO_BUILD= yes +MAN1= aub.1 + +do-extract: + @${MKDIR} ${WRKDIR} + +pre-configure: + @${SED} -e '1,1s:/usr/local/bin/perl:!/usr/bin/perl:' \ + -e 's:$SUM = "/bin/sum":$SUM = "/usr/bin/sum":' \ + ${DISTDIR}/aub > ${WRKDIR}/aub + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/aub ${PREFIX}/bin + ${INSTALL_MAN} ${DISTDIR}/aub.1 ${PREFIX}/man/man1 + ${MKDIR} ${PREFIX}/share/doc/aub + ${INSTALL_MAN} ${DISTDIR}/BUG_FIXES ${PREFIX}/share/doc/aub + +# +# There is a patch to aub to run with perl5. +# You may find it in the files/ dir. +# + +.include <bsd.port.mk> |