summaryrefslogtreecommitdiff
path: root/editors/apel-xemacs/Makefile
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>1999-07-01 12:55:26 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>1999-07-01 12:55:26 +0000
commit93e6ef98b3746274939e2c0f6ac5e129eac4c727 (patch)
tree1adcf802fd5b1234dff073758d2170fd7dc7eb78 /editors/apel-xemacs/Makefile
parentUpgrade to GNU shtool 1.3.3 (diff)
A Protable Emacs Library for xemacs(-19.16).
Notes
Notes: svn path=/head/; revision=19937
Diffstat (limited to 'editors/apel-xemacs/Makefile')
-rw-r--r--editors/apel-xemacs/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/editors/apel-xemacs/Makefile b/editors/apel-xemacs/Makefile
new file mode 100644
index 000000000000..706b7b49048e
--- /dev/null
+++ b/editors/apel-xemacs/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: apel for xemacs
+# Version required: 9.19
+# Date created: 13 June 1999
+# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG>
+#
+# $Id$
+#
+
+MAINTAINER= shige@FreeBSD.ORG
+
+# This is a slave port.
+PORTCLASS= slave
+
+MASTERDIR= ${.CURDIR}/../../editors/apel-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>