aboutsummaryrefslogtreecommitdiff
path: root/converters/aish/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/aish/Makefile')
-rw-r--r--converters/aish/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/converters/aish/Makefile b/converters/aish/Makefile
new file mode 100644
index 000000000000..1a1818c15f5c
--- /dev/null
+++ b/converters/aish/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: aish
+# Version required: 1.12
+# Date created: 01 Aug 1998
+# Whom: Masanori Kiriake <seiken@nbs.co.jp>
+#
+# $Id$
+#
+
+DISTNAME= aish112
+PKGNAME= aish-1.12
+CATEGORIES= converters
+MASTER_SITES= ftp://ftp.tohoku.ac.jp/pub/unix/aish/
+DISTFILES= aish112u.tar.gz aish112man.tar.gz
+
+MAINTAINER= seiken@nbs.co.jp
+
+MANLANG= ja
+MAN1= aish.1 autodecode.1
+MAKE_ENV= PATH=/usr/bin:$$PATH
+
+post-extract:
+ ${MV} ${WRKDIR}/*1 ${WRKSRC}
+.include <bsd.port.mk>