diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-01-02 13:26:51 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-01-02 13:26:51 +0000 |
commit | 538ade138da1a47606173e8c6f41ca5dea645774 (patch) | |
tree | 7377cb2bdae1ad2e2e1182819d9a0ba0e5647ff4 /editors/apel-mule/Makefile | |
parent | 66f2af6f3be451a0f1058d4cd31fb83bdae81b2f (diff) | |
download | ports-538ade138da1a47606173e8c6f41ca5dea645774.tar.gz ports-538ade138da1a47606173e8c6f41ca5dea645774.zip |
Notes
Diffstat (limited to 'editors/apel-mule/Makefile')
-rw-r--r-- | editors/apel-mule/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/editors/apel-mule/Makefile b/editors/apel-mule/Makefile new file mode 100644 index 000000000000..79e49e071fe0 --- /dev/null +++ b/editors/apel-mule/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: apel for mule +# Version required: 9.x +# Date created: 23 September 1998 +# Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> +# +# $Id$ +# + +MAINTAINER= shige@kuis.kyoto-u.ac.jp + +# This is a slave port. +PORTCLASS= slave + +MASTERDIR= ${.CURDIR}/../../editors/apel-emacs + +# emacs port setup +EMACS_NAME= mule +EMACS_PORT= mule +EMACS_VER= 19.34 +EMACS_LIBDIR= share/${EMACS_NAME} + +HAVE_COMMON_PORT= YES +REQUIRE_SETUPEL= YES + +# pkg/* files are used in ${.CURDIR} +PKGDIR= ${.CURDIR}/pkg + +.include <${MASTERDIR}/Makefile> |