aboutsummaryrefslogtreecommitdiffstats
path: root/editors/wemi-xemacs20-current/Makefile
diff options
context:
space:
mode:
authorshige <shige@FreeBSD.org>1999-08-07 03:31:10 +0800
committershige <shige@FreeBSD.org>1999-08-07 03:31:10 +0800
commitb9411734f4ee420c6cd0d9555f1b7a9015e625fc (patch)
treeb7c4c4be128f8e2973b4e8dda93a583095df1110 /editors/wemi-xemacs20-current/Makefile
parent33c0b980cc8ca5e5ba188c55b5e8f43a93c09c80 (diff)
downloadfreebsd-ports-gnome-b9411734f4ee420c6cd0d9555f1b7a9015e625fc.tar.gz
freebsd-ports-gnome-b9411734f4ee420c6cd0d9555f1b7a9015e625fc.tar.zst
freebsd-ports-gnome-b9411734f4ee420c6cd0d9555f1b7a9015e625fc.zip
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.
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>