diff options
author | shige <shige@FreeBSD.org> | 1999-08-06 19:02:06 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-08-06 19:02:06 +0000 |
commit | 4d4f46ce253dbf1d33a17270f140a3de4d43c0b4 (patch) | |
tree | 828741b43de644496f47da66f53ea11b3d815933 /editors/flim113-xemacs/Makefile | |
parent | 63f9b0cb51a7d4214ae0314aa59e166f5b1b7a32 (diff) | |
download | FreeBSD-ports-4d4f46ce253dbf1d33a17270f140a3de4d43c0b4.zip FreeBSD-ports-4d4f46ce253dbf1d33a17270f140a3de4d43c0b4.tar.gz |
flim-xemacs-current is message representation or encoding emacs lisp library.
This version is a development version.
Diffstat (limited to 'editors/flim113-xemacs/Makefile')
-rw-r--r-- | editors/flim113-xemacs/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/editors/flim113-xemacs/Makefile b/editors/flim113-xemacs/Makefile new file mode 100644 index 0000000..13b13d3 --- /dev/null +++ b/editors/flim113-xemacs/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: flim for xemacs +# 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= 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> |