summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/nscache/Makefile20
2 files changed, 21 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 891a316bbed9..ba4741455ec5 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -86,6 +86,7 @@
SUBDIR += netscape47-communicator.us
SUBDIR += netscape47-navigator
SUBDIR += netscape47-navigator.us
+ SUBDIR += nscache
SUBDIR += npc
SUBDIR += p5-Apache
SUBDIR += p5-Apache-ASP
diff --git a/www/nscache/Makefile b/www/nscache/Makefile
new file mode 100644
index 000000000000..a5b882e62fce
--- /dev/null
+++ b/www/nscache/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: nscache
+# Version required: 0.2p2
+# Date created: 04 March 2000
+# Whom: Kris Kennaway <kris@FreeBSD.org>
+#
+# $FreeBSD$
+
+DISTNAME= nscache-0.2pl2
+PKGNAME= nscache-0.2p2
+CATEGORIES= www
+MASTER_SITES= http://www.idata.sk/~ondrej/sw/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= kris@FreeBSD.org
+
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+
+USE_AUTOCONF= yes
+
+.include <bsd.port.mk>