mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
5feb56050f
PR: ports/94081 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (me) Reviewed by: Andrey Slusar <anrays@gmail.com> Approved by: Dryice Liu <dryice@dryice.name> (maintainer), lawrance (mentor)
16 lines
328 B
Makefile
16 lines
328 B
Makefile
# 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
|
|
|
|
USE_EMACS= yes
|
|
EMACS_PORT_NAME= emacs20
|
|
|
|
INFO+= speedbar
|
|
|
|
.include "${MASTERDIR}/Makefile"
|