diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-10-28 10:39:06 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-10-28 10:39:06 +0000 |
commit | 97b555cd1d43bbef5e41b1fdd230b0818f9e0afa (patch) | |
tree | 7b43eb5ca1e276686c36d4161c5edd794ead1791 /editors | |
parent | 5cbff6e74884f593facfce5c7c3d58468ecacc28 (diff) | |
download | FreeBSD-ports-97b555cd1d43bbef5e41b1fdd230b0818f9e0afa.zip FreeBSD-ports-97b555cd1d43bbef5e41b1fdd230b0818f9e0afa.tar.gz |
Add knob to switch target to emacs20 for editors/tamago.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/tamago-emacs20/Makefile | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index c554d3f..a29584f 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -106,6 +106,7 @@ SUBDIR += staroffice52 SUBDIR += sted SUBDIR += tamago + SUBDIR += tamago-emacs20 SUBDIR += ted SUBDIR += textedit SUBDIR += the diff --git a/editors/tamago-emacs20/Makefile b/editors/tamago-emacs20/Makefile new file mode 100644 index 0000000..df6ec63 --- /dev/null +++ b/editors/tamago-emacs20/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: tamago-emacs20 +# Date created: 25 Oct 2001 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../tamago +EMACS_PORT_NAME= emacs20 + +.include <${MASTERDIR}/Makefile> |