summaryrefslogtreecommitdiff
path: root/editors/wemi-xemacs20-current/Makefile
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>1999-08-06 19:31:10 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>1999-08-06 19:31:10 +0000
commitceac1aff8319d00f26386ca98ce730acef05d93d (patch)
tree07d51ca11f2cc29771ed3a8dddcd7dc81cd5040e /editors/wemi-xemacs20-current/Makefile
parentWEMI(wemi-xemacs) is a library of MIME feature for GNU Emacs (diff)
WEMI(wemi-xemacs20-current) is a library of MIME feature for GNU Emacs
WEMI is a branch of SEMI kernel package using widget. This version is a development version.
Notes
Notes: svn path=/head/; revision=20583
Diffstat (limited to 'editors/wemi-xemacs20-current/Makefile')
-rw-r--r--editors/wemi-xemacs20-current/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/editors/wemi-xemacs20-current/Makefile b/editors/wemi-xemacs20-current/Makefile
new file mode 100644
index 000000000000..5e73d6b8f4ea
--- /dev/null
+++ b/editors/wemi-xemacs20-current/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: wemi-current for xemacs20
+# Version required: 1.13.3
+# 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-current
+
+# emacs port setup
+EMACS_NAME= xemacs
+EMACS_PORT= xemacs20
+EMACS_VER= 20.4
+EMACS_LIBDIR= lib/${EMACS_NAME}
+# xemacs-20.4 has no version specific site-lisp directories.
+EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}
+
+# use pkg/* files in ${.CURDIR}
+PKGDIR= ${.CURDIR}/pkg
+
+.include <${MASTERDIR}/Makefile>