diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/eieio-emacs20/Makefile | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 5d6966b0b9eb..f2262cb58b1f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -118,6 +118,7 @@ SUBDIR += ebnf2yacc SUBDIR += ecgi SUBDIR += eieio + SUBDIR += eieio-emacs20 SUBDIR += elfio SUBDIR += elftoaout SUBDIR += elib-emacs diff --git a/devel/eieio-emacs20/Makefile b/devel/eieio-emacs20/Makefile new file mode 100644 index 000000000000..61b77f9f7379 --- /dev/null +++ b/devel/eieio-emacs20/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: eieio for emacs20 +# Date created: 10 December 2001 +# Whom: Kimura Fuyuki <fuyuki@mj.0038.net> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../eieio + +EMACS_PORT_NAME= emacs20 + +.include "${MASTERDIR}/Makefile" |