diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-12-01 21:01:09 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-12-01 21:01:09 +0000 |
commit | 3beba62bef2feef5833ca012420acfa7eebb7c64 (patch) | |
tree | 2f0d574670560ab109fa3913b288fc0c172e4352 | |
parent | ab88a0c1c0cd64372f79421338d45e5f430927d3 (diff) |
Notes
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/flim113-emacs19/Makefile | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 7fb2466dc815..25ad2e9d8780 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -39,6 +39,7 @@ SUBDIR += flim-emacs20 SUBDIR += flim-xemacs21-mule SUBDIR += flim113 + SUBDIR += flim113-emacs19 SUBDIR += flim113-emacs20 SUBDIR += flim113-mule SUBDIR += flim113-xemacs21-mule diff --git a/editors/flim113-emacs19/Makefile b/editors/flim113-emacs19/Makefile new file mode 100644 index 000000000000..3a6680bf756a --- /dev/null +++ b/editors/flim113-emacs19/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: flim-1.13.x for emacs19 +# Date created: 9 May 1999 +# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> +# +# $FreeBSD$ +# + +MAINTAINER= shige@FreeBSD.org + +# This is a slave port. +PORTCLASS= slave + +MASTERDIR= ${.CURDIR}/../../editors/flim113 + +# emacs port setup +EMACS_PORT_NAME= emacs19 + +.include <${MASTERDIR}/Makefile> |