diff options
Diffstat (limited to 'www/nscache')
-rw-r--r-- | www/nscache/Makefile | 20 |
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> |