1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/cbrowser/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

34 lines
728 B
Makefile

# New ports collection makefile for: cbrowser
# Date created: 20 April 2000
# Whom: jkoshy
#
# $FreeBSD$
#
PORTNAME= cbrowser
PORTVERSION= 0.8
PORTREVISION= 2
CATEGORIES= devel tk84
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= jkoshy@freebsd.org
COMMENT= Graphical front end for cscope and cscope clones
USE_TK_RUN= yes
NO_BUILD= yes
# Private variables
CBDEST= ${PREFIX}/share/cbrowser/
CBFILES= README builder.tcl calltree.tcl cbrowser ftcllib.tcl \
hierarchy.tcl tclIndex widget.tcl
do-install:
${MKDIR} ${PREFIX}/share/cbrowser/
.for file in ${CBFILES}
${CP} ${WRKSRC}/${file} ${CBDEST}
.endfor
${LN} -s ${CBDEST}/cbrowser ${PREFIX}/bin/cbrowser
.include <bsd.port.mk>