mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
21 lines
415 B
Makefile
21 lines
415 B
Makefile
|
# 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>
|