summaryrefslogtreecommitdiff
path: root/japanese/plain2/Makefile
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-08-12 15:36:39 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-08-12 15:36:39 +0000
commite215763fe09e1fe5485b1717851a7e05adca0513 (patch)
tree46ef6cdf5ca65c9b12fa8688a9eb839a318473b1 /japanese/plain2/Makefile
parentRevive apache-1.1.1+SSL which doesn't work because it needs SSLeay 0.6.4 (diff)
imported plain2 port. (japanese/plain2)
A text converter from plain to any format. PR: 4049 Reviewed by: itojun@itojun.org Submitted by: nkazushi@highway.or.jp
Notes
Notes: svn path=/head/; revision=7546
Diffstat (limited to 'japanese/plain2/Makefile')
-rw-r--r--japanese/plain2/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/japanese/plain2/Makefile b/japanese/plain2/Makefile
new file mode 100644
index 000000000000..99ae03964e89
--- /dev/null
+++ b/japanese/plain2/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: plain2
+# Version required: 2.54
+# Date created: 20 April 1997
+# Whom: nkazushi@highway.or.jp
+#
+# $Id$
+#
+
+DISTNAME= plain2-2.54
+PKGNAME= jp-plain2-2.54
+CATEGORIES= textproc
+MASTER_SITES= ftp://ftp.nec.co.jp/pub/packages/plain2/
+
+MAINTAINER= nkazushi@highway.or.jp
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/src
+ALL_TARGET= plain2
+
+# Some hint for incorporating unofficial HTML support patch.
+# Currently it is not supported.
+#PATCH_SITES= http://shika.aist-nara.ac.jp/products/DEST/plain2/
+#PATCHFILES= plain2-2.53-html.94aug14.patch.gz
+#RUN_DEPENDS+= tcsh:${PORTSDIR}/shells/tcsh
+#PATCH_DIST_STRIP= -p2 -F 3
+
+.include <bsd.port.mk>