diff options
author | shige <shige@FreeBSD.org> | 2001-12-02 04:57:50 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2001-12-02 04:57:50 +0800 |
commit | 68b7f6ce33c59a242e55011fe2c6d123943fbf9c (patch) | |
tree | 312dea91f845fb2b26697d8dd6c90b09cf87a3af /editors | |
parent | 9d66949c2fcbf1a9d90ac6f2d99c3d3fa2f41823 (diff) | |
download | freebsd-ports-gnome-68b7f6ce33c59a242e55011fe2c6d123943fbf9c.tar.gz freebsd-ports-gnome-68b7f6ce33c59a242e55011fe2c6d123943fbf9c.tar.zst freebsd-ports-gnome-68b7f6ce33c59a242e55011fe2c6d123943fbf9c.zip |
Add apel-emacs19 stub slave port.
Diffstat (limited to 'editors')
-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> |