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 | |
parent | Add flim-emacs21, message representation or encoding elisp library for emac\ (diff) |
Add semi-emacs21, Library of MIME feature for GNU Emacs for emacs21.
Notes
Notes:
svn path=/head/; revision=196553
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/semi-emacs21/Makefile | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 72f7a85a39a3..6521d2040b5c 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -138,6 +138,7 @@ SUBDIR += scribes SUBDIR += semi SUBDIR += semi-emacs20 + SUBDIR += semi-emacs21 SUBDIR += semi-xemacs21-mule SUBDIR += semi113 SUBDIR += setedit 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" |