From 8cad1e04e68b242c38488b5fc08cfd11c0ad71c3 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 24 Feb 2001 10:36:14 +0000 Subject: Update to nscache 0.6 Submitted by: Ports Fury --- www/nscache/Makefile | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) (limited to 'www/nscache/Makefile') diff --git a/www/nscache/Makefile b/www/nscache/Makefile index 9cdba6898359..a72f8a8e8c98 100644 --- a/www/nscache/Makefile +++ b/www/nscache/Makefile @@ -6,21 +6,30 @@ # PORTNAME= nscache -PORTVERSION= 0.2p2 +PORTVERSION= 0.6 CATEGORIES= www -MASTER_SITES= http://www.idata.sk/~ondrej/sw/ -DISTNAME= nscache-0.2pl2 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://www.idata.sk/~ondrej/sw/ +MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= kris@FreeBSD.org +USE_X_PREFIX= yes USE_GTK= yes +WANT_GNOME= yes USE_AUTOMAKE= yes -AUTOMAKE= automake -a -i -CONFIGURE_ENV= CPPFALGS="-I${LOCALBASE}/include" \ +AUTOMAKE_ARGS= --include-deps +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --with-gtk-config=${GTK_CONFIG} + +.include + +.if defined(HAVE_GNOME) +USE_GNOME= yes +.else +CONFIGURE_ARGS+= --disable-gnome +.endif -pre-configure: - @cd ${WRKSRC}; aclocal -I ${X11BASE}/share/aclocal - -.include +.include -- cgit v1.2.3