Add stub port for speedbar (supports emacs20).

PR:		ports/33465
Submitted by:	maintainer
This commit is contained in:
Yoichi NAKAYAMA 2002-01-02 12:03:37 +00:00
parent 878acbb345
commit 3f14b61e8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52490
2 changed files with 13 additions and 0 deletions

View file

@ -107,6 +107,7 @@
SUBDIR += semi113-mule
SUBDIR += semi113-xemacs21-mule
SUBDIR += speedbar
SUBDIR += speedbar-emacs20
SUBDIR += staroffice5
SUBDIR += staroffice52
SUBDIR += staroffice60

View file

@ -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"