nscache is a tool for browsing the contents of the netscape cache directory

Obtained from:	OpenBSD
This commit is contained in:
Kris Kennaway 2000-03-05 10:13:43 +00:00
parent b10fe2c803
commit 4babdb8a73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26560
2 changed files with 21 additions and 0 deletions

View File

@ -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

20
www/nscache/Makefile Normal file
View File

@ -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>