blob: 4b3c951178849078dc4a319c0ca12f57bd85d30e (
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
|
# New ports collection makefile for: sourcenav
# Date created: 23 July 2000
# Whom: Donald Burr <dburr@FreeBSD.ORG>
#
# $FreeBSD$
#
PORTNAME= sourcenav
PORTVERSION= 5.1.4
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Source code analysis tool
LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 \
tk83.1:${PORTSDIR}/x11-toolkits/tk83
PREFIX?= ${LOCALBASE}/sourcenav
USE_BISON= yes
USE_XLIB= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
NO_MTREE= yes
.include <bsd.port.mk>
|