summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-03-05 10:13:43 +0000
committerkris <kris@FreeBSD.org>2000-03-05 10:13:43 +0000
commit8f9ead8785058975f4f4c380fb12054f76346b2d (patch)
treee129b957bb6dce8b94137b905b28724ce677a23a /www
parent2769fd6c48cd8ed5d8004ebcbd4cd56e423f3517 (diff)
downloadFreeBSD-ports-8f9ead8785058975f4f4c380fb12054f76346b2d.zip
FreeBSD-ports-8f9ead8785058975f4f4c380fb12054f76346b2d.tar.gz
nscache is a tool for browsing the contents of the netscape cache directory
Obtained from: OpenBSD
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 891a316..ba47414 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 0000000..a5b882e
--- /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>
OpenPOWER on IntegriCloud