diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2001-12-26 10:59:26 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2001-12-26 10:59:26 +0000 |
commit | a111ec7f7922be5d090512960131a1cc8c25ec79 (patch) | |
tree | 872a0b730ef3bf828444bb0de0cd0d0a6bd6b13b /devel | |
parent | Add eieio, Enhanced Integration of Emacs Interpreted Objects. (diff) |
Add eieio, Enhanced Integration of Emacs Interpreted Objects.
(stub for emacs20)
PR: ports/32826
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
Reviewed by: knu(mentor)
Notes
Notes:
svn path=/head/; revision=52197
Diffstat (limited to 'devel')
-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" |