From 373f4ffabd2c395bd63567881a1138c1e3bc3bcc Mon Sep 17 00:00:00 2001 From: Shigeyuki Fukushima Date: Fri, 6 Aug 1999 19:05:46 +0000 Subject: flim-xemacs20 is message representation or encoding emacs lisp library. This version is a development version. --- editors/flim113-xemacs20/Makefile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 editors/flim113-xemacs20/Makefile (limited to 'editors/flim113-xemacs20/Makefile') 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 +# +# $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> -- cgit v1.2.3