summaryrefslogtreecommitdiff
path: root/editors/psgml-mule/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/psgml-mule/Makefile')
-rw-r--r--editors/psgml-mule/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/editors/psgml-mule/Makefile b/editors/psgml-mule/Makefile
new file mode 100644
index 000000000000..09085ae982e4
--- /dev/null
+++ b/editors/psgml-mule/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: psgml for mule
+# Version required: 1.1.6
+# Date created: 23 January 1999
+# Whom: shige
+#
+# $Id$
+#
+
+MAINTAINER= shige@kuis.kyoto-u.ac.jp
+
+# This is a slave port.
+PORTCLASS= slave
+
+MASTERDIR= ${.CURDIR}/../../editors/psgml-emacs
+
+# emacs port setup
+EMACS_NAME= mule
+EMACS_PORT= mule
+EMACS_VER= 19.34
+EMACS_LIBDIR= share/${EMACS_NAME}
+
+HAVE_COMMON_PORT= YES
+REQUIRE_SETUPEL= YES
+
+# pkg/* files are used in ${.CURDIR}
+PKGDIR= ${.CURDIR}/pkg
+
+.include <${MASTERDIR}/Makefile>