diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-07-29 09:56:37 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-07-29 09:56:37 +0000 |
commit | c2487691287775cc85b94e186b8cd132a7627fee (patch) | |
tree | 8b6d1296603c9b23478b5f165f54d5b239d9ce3a /editors | |
parent | 9198af3f66d28f7df7cc9545f7894e13e8059dc3 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/flim-emacs21/Makefile | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index ef2912a2abcf..72f7a85a39a3 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -51,6 +51,7 @@ SUBDIR += fb SUBDIR += flim SUBDIR += flim-emacs20 + SUBDIR += flim-emacs21 SUBDIR += flim-xemacs21-mule SUBDIR += flim113 SUBDIR += fpc-ide diff --git a/editors/flim-emacs21/Makefile b/editors/flim-emacs21/Makefile new file mode 100644 index 000000000000..d452fb144850 --- /dev/null +++ b/editors/flim-emacs21/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: flim for emacs21 +# Date created: 29 July 2007 +# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> +# +# $FreeBSD$ +# + +MAINTAINER= nobutaka@FreeBSD.org +COMMENT= FLIM, message representation or encoding elisp library for emacs21 + +# This is a slave port. +PORTCLASS= slave + +MASTERDIR= ${.CURDIR}/../../editors/flim + +# emacs port setup +USE_EMACS= yes +EMACS_PORT_NAME= emacs21 + +.include "${MASTERDIR}/Makefile" |