summaryrefslogtreecommitdiff
path: root/japanese/paledit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/paledit/Makefile')
-rw-r--r--japanese/paledit/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/japanese/paledit/Makefile b/japanese/paledit/Makefile
new file mode 100644
index 000000000000..55edd6513eba
--- /dev/null
+++ b/japanese/paledit/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: paledit
+# Version required: 1.0
+# Date created: 14 Jan 1999
+# Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= paledit-0.91
+PKGNAME= ja-${DISTNAME}
+CATEGORIES= japanese sysutils
+MASTER_SITES= http://www.swlab.csce.kyushu-u.ac.jp/~nom/prj/paledit/
+
+MAINTAINER= shige@kuis.kyoto-u.ac.jp
+
+USE_PERL5= yes
+GNU_CONFIGURE= yes
+
+post-install:
+ @chmod 2754 ${PREFIX}/sbin/paledit
+ @chown root:dialer ${PREFIX}/sbin/paledit
+
+.include <bsd.port.mk>