diff options
author | shige <shige@FreeBSD.org> | 1999-05-09 16:48:45 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-05-09 16:48:45 +0000 |
commit | ecbee719f7cd77812501bffcda1d971c264098ec (patch) | |
tree | 9a43fe9369c69a694e765729d1debca9239124e3 /editors/semi-mule/Makefile | |
parent | 08b606d74b344cf576db31d925ebe9c20fb22ec0 (diff) | |
download | FreeBSD-ports-ecbee719f7cd77812501bffcda1d971c264098ec.zip FreeBSD-ports-ecbee719f7cd77812501bffcda1d971c264098ec.tar.gz |
New port: editors/semi-mule.
Diffstat (limited to 'editors/semi-mule/Makefile')
-rw-r--r-- | editors/semi-mule/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/editors/semi-mule/Makefile b/editors/semi-mule/Makefile new file mode 100644 index 0000000..b0439f4 --- /dev/null +++ b/editors/semi-mule/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: semi for mule +# Version required: 1.8.6 +# Date created: 9 May 1999 +# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG> +# +# $Id$ +# + +MAINTAINER= shige@FreeBSD.ORG + +# This is a slave port. +PORTCLASS= slave + +MASTERDIR= ${.CURDIR}/../../editors/semi-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 + +# use pkg/* files in ${.CURDIR} +PKGDIR= ${.CURDIR}/pkg + +.include <${MASTERDIR}/Makefile> |