diff options
author | hubertf <hubertf> | 1997-11-22 05:27:54 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-11-22 05:27:54 +0000 |
commit | 47433e82a3dc67a1b989285199b0e83e9a41e256 (patch) | |
tree | 9c8356fb3c25e5760a40e87075e69fb9bafcc7cd /mail/pine/Makefile | |
parent | aa35e9b212d01565d9846d16cddd8ca5f3babefe (diff) | |
download | pkgsrc-47433e82a3dc67a1b989285199b0e83e9a41e256.tar.gz |
MUA
Diffstat (limited to 'mail/pine/Makefile')
-rw-r--r-- | mail/pine/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile new file mode 100644 index 00000000000..8d75b0705bc --- /dev/null +++ b/mail/pine/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: pine +# http://www.washington.edu/pine/ +# Version required: 3.96 +# Date created: 03 September 1994 +# Whom: mr +# +# $Id: Makefile,v 1.1.1.1 1997/11/22 05:27:54 hubertf Exp $ +# + +DISTNAME= pine3.96 +PKGNAME= pine-3.96 +CATEGORIES= mail news +MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ + +MAINTAINER= ports@FreeBSD.org + +MAN1= pine.1 pico.1 pilot.1 + +post-install: + install -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \ + ${PREFIX}/share/doc/pine + cd ${WRKSRC} && \ + ${INSTALL_DATA} doc/tech-notes.txt ${PREFIX}/share/doc/pine + +.include <bsd.port.mk> |