aboutsummaryrefslogtreecommitdiffstats
path: root/editors/speedbar-emacs20
diff options
context:
space:
mode:
authoryoichi <yoichi@FreeBSD.org>2002-01-02 20:03:37 +0800
committeryoichi <yoichi@FreeBSD.org>2002-01-02 20:03:37 +0800
commit3b6ef19ad29cef33912e2ed2e84f81aa602f250b (patch)
tree135a0bc668614fd827851fa00b46eae4fd9cff60 /editors/speedbar-emacs20
parent64bf750d6aff7fff1924fb99b78faec85e3d33a1 (diff)
downloadfreebsd-ports-gnome-3b6ef19ad29cef33912e2ed2e84f81aa602f250b.tar.gz
freebsd-ports-gnome-3b6ef19ad29cef33912e2ed2e84f81aa602f250b.tar.zst
freebsd-ports-gnome-3b6ef19ad29cef33912e2ed2e84f81aa602f250b.zip
Add stub port for speedbar (supports emacs20).
PR: ports/33465 Submitted by: maintainer
Diffstat (limited to 'editors/speedbar-emacs20')
-rw-r--r--editors/speedbar-emacs20/Makefile12
1 files changed, 12 insertions, 0 deletions
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"