aboutsummaryrefslogtreecommitdiff
path: root/chinese/pine4/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1997-12-01 19:47:24 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1997-12-01 19:47:24 +0000
commit7bc3eef5e59fb396012e1b38cf28b58e895f3c14 (patch)
tree9f608aeba2b91fe2971bbe092c5015a080f839cb /chinese/pine4/Makefile
parentc0facaf04d4c52f38f20b53b44f12b2f5eae10d3 (diff)
Notes
Diffstat (limited to 'chinese/pine4/Makefile')
-rw-r--r--chinese/pine4/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/chinese/pine4/Makefile b/chinese/pine4/Makefile
new file mode 100644
index 000000000000..f080f5cdaa74
--- /dev/null
+++ b/chinese/pine4/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: pine
+# Version required: 3.96
+# Date created: 19 Nov1997
+# Whom: Wu Ching-hong <woju@FreeBSD.ee.Ntu.edu.TW>
+#
+# $Id$
+#
+
+DISTNAME= pine3.96
+PKGNAME= zh-pine-3.96
+CATEGORIES= mail news
+MASTER_SITES= ftp://ftp.cac.washington.edu/pine/
+
+MAINTAINER= woju@FreeBSD.ee.Ntu.edu.TW
+
+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>