1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/devel/sourcenav/Makefile
Donald Burr d911b5707b New port devel/SN, the Red Hat/Cygnus/GNU Source Navigator
IDE/source code analysis tool.

Obtained from:		Freshmeat posting
2000-07-24 06:06:32 +00:00

26 lines
457 B
Makefile

# New ports collection makefile for: SN
# Date created: 23 July 2000
# Whom: Donald Burr <dburr@FreeBSD.ORG>
#
# $FreeBSD$
#
PORTNAME= SN
PORTVERSION= 4.5.1
CATEGORIES= devel
MASTER_SITES= ftp://sources.redhat.com/pub/sourcenav/releases/
DISTNAME= SN451
MAINTAINER= dburr@FreeBSD.ORG
PREFIX= ${LOCALBASE}/SN
USE_XLIB= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/SN451
post-install:
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>