diff options
author | yoichi <yoichi@FreeBSD.org> | 2002-01-02 12:03:37 +0000 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2002-01-02 12:03:37 +0000 |
commit | 3b6ef19ad29cef33912e2ed2e84f81aa602f250b (patch) | |
tree | 135a0bc668614fd827851fa00b46eae4fd9cff60 /editors | |
parent | 64bf750d6aff7fff1924fb99b78faec85e3d33a1 (diff) | |
download | FreeBSD-ports-3b6ef19ad29cef33912e2ed2e84f81aa602f250b.zip FreeBSD-ports-3b6ef19ad29cef33912e2ed2e84f81aa602f250b.tar.gz |
Add stub port for speedbar (supports emacs20).
PR: ports/33465
Submitted by: maintainer
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 1e9698f..8ac82c0 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 0000000..f48df7c --- /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" |