summaryrefslogtreecommitdiff
path: root/editors/wemi-xemacs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/wemi-xemacs/Makefile')
-rw-r--r--editors/wemi-xemacs/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/editors/wemi-xemacs/Makefile b/editors/wemi-xemacs/Makefile
new file mode 100644
index 000000000000..fc34855c2029
--- /dev/null
+++ b/editors/wemi-xemacs/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: wemi for xemacs
+# Version required: 1.8.6
+# Date created: 25 July 1999
+# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG>
+#
+# $Id$
+#
+
+MAINTAINER= shige@FreeBSD.ORG
+
+# This is a slave port.
+PORTCLASS= slave
+
+MASTERDIR= ${.CURDIR}/../../editors/wemi-emacs
+
+# emacs port setup
+EMACS_NAME= xemacs
+EMACS_PORT= xemacs
+EMACS_VER= 19.16
+EMACS_LIBDIR= lib/${EMACS_NAME}
+# xemacs-19.16 has no version specific site-lisp directories.
+EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}
+
+# use pkg/* files in ${.CURDIR}
+PKGDIR= ${.CURDIR}/pkg
+
+.include <${MASTERDIR}/Makefile>