diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-01-02 12:03:37 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-01-02 12:03:37 +0000 |
commit | 3f14b61e8a8cf95dc69fb774bd41377a2175f8ab (patch) | |
tree | 35b611fb29a0c53ef03199b8bf655bcc119810db /editors | |
parent | Update to 1.0.0. Just In Time [tm] for the 4.5-RELEASE. :) (diff) |
Add stub port for speedbar (supports emacs20).
PR: ports/33465
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=52490
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/speedbar-emacs20/Makefile | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 1e9698f055af..8ac82c024018 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -107,6 +107,7 @@ SUBDIR += semi113-mule SUBDIR += semi113-xemacs21-mule SUBDIR += speedbar + SUBDIR += speedbar-emacs20 SUBDIR += staroffice5 SUBDIR += staroffice52 SUBDIR += staroffice60 diff --git a/editors/speedbar-emacs20/Makefile b/editors/speedbar-emacs20/Makefile new file mode 100644 index 000000000000..f48df7ca14ea --- /dev/null +++ b/editors/speedbar-emacs20/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: speedbar for emacs20 +# Date created: 29 December 2001 +# Whom: Kimura Fuyuki <fuyuki@mj.0038.net> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../../editors/speedbar + +EMACS_PORT_NAME= emacs20 + +.include "${MASTERDIR}/Makefile" |