diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-05-09 16:48:45 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-05-09 16:48:45 +0000 |
commit | 7bcde396b7b3ab26ff7947dc891df7df380609fc (patch) | |
tree | 8e92bd75655bdff96768730e252eacbeef0caff0 /editors/semi-mule/Makefile | |
parent | 842b9182e091f50e7e8526548749c3798916406d (diff) |
Notes
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 000000000000..b0439f476b87 --- /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> |