diff options
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/apel-emacs19/Makefile | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index f21bd9460474..7fb2466dc815 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -4,6 +4,7 @@ SUBDIR += AbiWord SUBDIR += aee SUBDIR += apel + SUBDIR += apel-emacs19 SUBDIR += apel-emacs20 SUBDIR += apel-mule SUBDIR += apel-xemacs21-mule diff --git a/editors/apel-emacs19/Makefile b/editors/apel-emacs19/Makefile new file mode 100644 index 000000000000..7de7bc828c63 --- /dev/null +++ b/editors/apel-emacs19/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: apel for emacs19 +# Date created: 22 September 1998 +# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> +# +# $FreeBSD$ +# + +MAINTAINER= shige@FreeBSD.org + +# This is a slave port. +PORTCLASS= slave + +MASTERDIR= ${.CURDIR}/../../editors/apel + +# emacs port setup +EMACS_PORT_NAME= emacs19 + +.include <${MASTERDIR}/Makefile> |