diff options
Diffstat (limited to 'editors/flim-emacs22/Makefile')
-rw-r--r-- | editors/flim-emacs22/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/flim-emacs22/Makefile b/editors/flim-emacs22/Makefile new file mode 100644 index 000000000000..acc558eef2c3 --- /dev/null +++ b/editors/flim-emacs22/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: flim for emacs22 +# Date created: 27 January 2010 +# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> +# +# $FreeBSD$ +# + +MAINTAINER= nobutaka@FreeBSD.org +COMMENT= FLIM, message representation or encoding elisp library for emacs22 + +# This is a slave port. +PORTCLASS= slave + +MASTERDIR= ${.CURDIR}/../../editors/flim + +# emacs port setup +USE_EMACS= yes +EMACS_PORT_NAME= emacs22 + +.include "${MASTERDIR}/Makefile" |