aboutsummaryrefslogtreecommitdiffstats
path: root/www/nscache
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-03-05 18:13:43 +0800
committerkris <kris@FreeBSD.org>2000-03-05 18:13:43 +0800
commit8f9ead8785058975f4f4c380fb12054f76346b2d (patch)
treee129b957bb6dce8b94137b905b28724ce677a23a /www/nscache
parent2769fd6c48cd8ed5d8004ebcbd4cd56e423f3517 (diff)
downloadfreebsd-ports-gnome-8f9ead8785058975f4f4c380fb12054f76346b2d.tar.gz
freebsd-ports-gnome-8f9ead8785058975f4f4c380fb12054f76346b2d.tar.zst
freebsd-ports-gnome-8f9ead8785058975f4f4c380fb12054f76346b2d.zip
nscache is a tool for browsing the contents of the netscape cache directory
Obtained from: OpenBSD
Diffstat (limited to 'www/nscache')
-rw-r--r--www/nscache/Makefile20
1 files changed, 20 insertions, 0 deletions
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>