mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
27 lines
538 B
Makefile
27 lines
538 B
Makefile
# New ports collection makefile for: nscache
|
|
# Date created: 04 March 2000
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nscache
|
|
PORTVERSION= 0.2p2
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.idata.sk/~ondrej/sw/
|
|
DISTNAME= nscache-0.2pl2
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= kris@FreeBSD.org
|
|
|
|
USE_GTK= yes
|
|
USE_AUTOMAKE= yes
|
|
AUTOMAKE= automake -a -i
|
|
CONFIGURE_ENV= CPPFALGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
pre-configure:
|
|
@cd ${WRKSRC}; aclocal -I ${X11BASE}/share/aclocal
|
|
|
|
.include <bsd.port.mk>
|