summaryrefslogtreecommitdiff
path: root/editors/flim113-xemacs20/Makefile
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>1999-08-06 19:05:46 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>1999-08-06 19:05:46 +0000
commit373f4ffabd2c395bd63567881a1138c1e3bc3bcc (patch)
treea9df900eb7938e6deaf3a18f991317008668eb2b /editors/flim113-xemacs20/Makefile
parentflim-xemacs20 is message representation or encoding emacs lisp library. (diff)
flim-xemacs20 is message representation or encoding emacs lisp library.
This version is a development version.
Notes
Notes: svn path=/head/; revision=20568
Diffstat (limited to 'editors/flim113-xemacs20/Makefile')
-rw-r--r--editors/flim113-xemacs20/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/editors/flim113-xemacs20/Makefile b/editors/flim113-xemacs20/Makefile
new file mode 100644
index 000000000000..e61cec31a7d1
--- /dev/null
+++ b/editors/flim113-xemacs20/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: flim for xemacs20
+# Version required: 1.12.5
+# 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/flim-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>