freebsd-ports/devel/sourcenav/Makefile
Xin LI ed4133f1de Fix the snavigator script in the case that a symbolic link was
in a different place.

Submitted by:	Andreas Kohn <andreas@syndrom23.de>
PR:		ports/93975
Approved by:	sem (mentor)
2006-05-20 07:51:46 +00:00

35 lines
689 B
Makefile

# 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= 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= delphij@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.pre.mk>
.if ${OSVERSION} >= 600000
EXTRA_PATCHES+= ${FILESDIR}/FreeBSD6-cdefs.h
.endif
.include <bsd.port.post.mk>