diff options
author | shige <shige@FreeBSD.org> | 1999-05-09 16:22:38 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-05-09 16:22:38 +0000 |
commit | 0e0ae9b1925e5629b95643a77ed170225fb22cca (patch) | |
tree | eb9373bfd2019593685864ee27ef857383a0c543 /editors/flim-mule/Makefile | |
parent | 548de25aa980b9ac438c7cb18c0bccf82e1c7a8b (diff) | |
download | FreeBSD-ports-0e0ae9b1925e5629b95643a77ed170225fb22cca.zip FreeBSD-ports-0e0ae9b1925e5629b95643a77ed170225fb22cca.tar.gz |
New port: editors/flim-mule.
Diffstat (limited to 'editors/flim-mule/Makefile')
-rw-r--r-- | editors/flim-mule/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/editors/flim-mule/Makefile b/editors/flim-mule/Makefile new file mode 100644 index 0000000..33af47e --- /dev/null +++ b/editors/flim-mule/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: flim for mule +# Version required: 1.9.2 +# 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/flim-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> |