aboutsummaryrefslogtreecommitdiffstats
path: root/devel/SN/Makefile
diff options
context:
space:
mode:
authordburr <dburr@FreeBSD.org>2000-07-24 14:06:32 +0800
committerdburr <dburr@FreeBSD.org>2000-07-24 14:06:32 +0800
commit3f5214a04a38cb6f5b7c6fe6dc4e66ac2108630e (patch)
treecab1f6ea19acb73e57cbe63c3d6d8d13b55dc209 /devel/SN/Makefile
parentd43eca5065bf616d703221b71460db1467324787 (diff)
downloadfreebsd-ports-gnome-3f5214a04a38cb6f5b7c6fe6dc4e66ac2108630e.tar.gz
freebsd-ports-gnome-3f5214a04a38cb6f5b7c6fe6dc4e66ac2108630e.tar.zst
freebsd-ports-gnome-3f5214a04a38cb6f5b7c6fe6dc4e66ac2108630e.zip
New port devel/SN, the Red Hat/Cygnus/GNU Source Navigator
IDE/source code analysis tool. Obtained from: Freshmeat posting
Diffstat (limited to 'devel/SN/Makefile')
-rw-r--r--devel/SN/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/SN/Makefile b/devel/SN/Makefile
new file mode 100644
index 000000000000..a75edf611f3e
--- /dev/null
+++ b/devel/SN/Makefile
@@ -0,0 +1,25 @@
+# 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>