summaryrefslogtreecommitdiff
path: root/japanese/e2ps/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-10-22 00:43:29 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-10-22 00:43:29 +0000
commite9747e762e0004db55cdd078486e1d93f8a3073c (patch)
treedbec75da7bfe7d2ae91ee0b05355ab42ff91d6e7 /japanese/e2ps/Makefile
parentFix PLIST and PLIST.mule to make the lock directory correctly. It should (diff)
Text file to postscript converter (with Japanese support)
Submitted by: Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp> Obtained from: ports-jp@jp.freebsd.org
Notes
Notes: svn path=/head/; revision=22570
Diffstat (limited to 'japanese/e2ps/Makefile')
-rw-r--r--japanese/e2ps/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/japanese/e2ps/Makefile b/japanese/e2ps/Makefile
new file mode 100644
index 000000000000..be55aefd2396
--- /dev/null
+++ b/japanese/e2ps/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: e2ps
+# Version required: 4.0
+# Date created: 27 Nov 1998
+# Whom: Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
+#
+# $FreeBSD$
+#
+
+DISTNAME= e2ps-4.0
+PKGNAME= ja-e2ps-4.0
+CATEGORIES= japanese print
+MASTER_SITES= ftp://pine.kuee.kyoto-u.ac.jp/pub/e2ps/
+
+MAINTAINER= kawahara@pine.kuee.kyoto-u.ac.jp
+
+WRKSRC= ${WRKDIR}/e2ps
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/e2ps ${PREFIX}/bin
+ ${LN} -sf ${PREFIX}/bin/e2ps ${PREFIX}/bin/e2lpr
+
+.include <bsd.port.mk>