aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cbrowser/Makefile
blob: 9e8040dd8fe378558f4d47b0c7ef756d150ff7eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for: cbrowser
# Date created:     20 April 2000
# Whom:         jkoshy
#
# $FreeBSD$
#

PORTNAME=   cbrowser
PORTVERSION=    0.8
PORTREVISION=   1
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>