diff options
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/apel-emacs21/Makefile | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index e31d79cefcda..ef2912a2abcf 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -11,6 +11,7 @@ SUBDIR += aewan SUBDIR += apel SUBDIR += apel-emacs20 + SUBDIR += apel-emacs21 SUBDIR += asedit SUBDIR += axe SUBDIR += beav diff --git a/editors/apel-emacs21/Makefile b/editors/apel-emacs21/Makefile new file mode 100644 index 000000000000..e4df7eaf02c1 --- /dev/null +++ b/editors/apel-emacs21/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: apel for emacs21 +# Date created: 29 July 2007 +# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> +# +# $FreeBSD$ +# + +MAINTAINER= nobutaka@FreeBSD.org +COMMENT= A Portable Emacs Library for emacs21 + +# This is a slave port. +PORTCLASS= slave + +MASTERDIR= ${.CURDIR}/../../editors/apel + +# emacs port setup +USE_EMACS= yes +EMACS_PORT_NAME= emacs21 + +.include "${MASTERDIR}/Makefile" |