diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-07-29 10:00:04 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-07-29 10:00:04 +0000 |
commit | e8269bcef46df778a5154e528285a4cfcb44a384 (patch) | |
tree | 529dc050ae0c336fd406bbc7dc6edfcc30efbe51 /editors/semi-emacs21/Makefile | |
parent | c2487691287775cc85b94e186b8cd132a7627fee (diff) |
Notes
Diffstat (limited to 'editors/semi-emacs21/Makefile')
-rw-r--r-- | editors/semi-emacs21/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/semi-emacs21/Makefile b/editors/semi-emacs21/Makefile new file mode 100644 index 000000000000..48f7b6313152 --- /dev/null +++ b/editors/semi-emacs21/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: semi for emacs21 +# Date created: 29 July 2007 +# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> +# +# $FreeBSD$ +# + +MAINTAINER= nobutaka@FreeBSD.org +COMMENT= SEMI, Library of MIME feature for GNU Emacs for emacs21 + +# This is a slave port. +PORTCLASS= slave + +MASTERDIR= ${.CURDIR}/../../editors/semi + +# emacs port setup +USE_EMACS= yes +EMACS_PORT_NAME= emacs21 + +.include "${MASTERDIR}/Makefile" |