diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-01-17 14:32:45 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-01-17 14:32:45 +0000 |
commit | fc9629704432021d4328284b052f67d98de33d82 (patch) | |
tree | c4a2e4384a3d360038accb1883f5b6999acf23a0 /news/plor/Makefile | |
parent | 9eb9d5227bbe12dd437c52cd3af998594bb3c09e (diff) | |
download | ports-fc9629704432021d4328284b052f67d98de33d82.tar.gz ports-fc9629704432021d4328284b052f67d98de33d82.zip |
Notes
Diffstat (limited to 'news/plor/Makefile')
-rw-r--r-- | news/plor/Makefile | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/news/plor/Makefile b/news/plor/Makefile new file mode 100644 index 000000000000..ef593b940cfc --- /dev/null +++ b/news/plor/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: plor +# Version Required: 0.1 alpha +# Date Created: 30 Dec 1996 +# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> +# +# $Id$ +# + +DISTNAME= plor +PKGNAME= plor-0.1 +CATEGORIES= news +# supposedly the primary site is sunsite, but the version there is +# out-of-date, so... sunsite.unc.edu /pub/Linux/system/BBS/mail/ if you +# want to try again... +MASTER_SITES= ftp://ftp.dei.unipd.it/pub/pluto/developers/ + +MAINTAINER= ac199@freenet.hamilton.on.ca + +EXTRACT_SUFX= .tgz +MAN1= plor.1 + +DOCFILES= BUGS HISTORY PER_ZENO TODO plor-1.html plor-2.html \ + plor.html plor.txt + +do-install: +.if !defined{NOPORTDOCS} + @${MKDIR} ${PREFIX}/share/doc/plor + (for f in ${DOCFILES}; do \ + ${INSTALL_DATA} ${WRKSRC}/docs/$$f ${PREFIX}/share/doc/plor; \ + done) + ${INSTALL_DATA} ${FILESDIR}/porting.notes ${PREFIX}/share/doc/plor +.endif + ${INSTALL_MAN} ${FILESDIR}/plor.1 ${PREFIX}/man/man1/plor.1 + perl -pi -e '$$a = '\''${PREFIX}/doc/plor/'\''; $$a =~ s/([^\w\/])/\\$$1/g; s/FUNKYTOKENHERE/$$a/' ${PREFIX}/man/man1/plor.1 + ${INSTALL_PROGRAM} ${WRKSRC}/plor ${PREFIX}/bin + +.include <bsd.port.mk> |