mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add stub port for speedbar (supports emacs20).
PR: ports/33465 Submitted by: maintainer
This commit is contained in:
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
|
@ -107,6 +107,7 @@
|
|||
SUBDIR += semi113-mule
|
||||
SUBDIR += semi113-xemacs21-mule
|
||||
SUBDIR += speedbar
|
||||
SUBDIR += speedbar-emacs20
|
||||
SUBDIR += staroffice5
|
||||
SUBDIR += staroffice52
|
||||
SUBDIR += staroffice60
|
||||
|
|
12
editors/speedbar-emacs20/Makefile
Normal file
12
editors/speedbar-emacs20/Makefile
Normal 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"
|
Loading…
Add table
Reference in a new issue