diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-02-24 10:36:14 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-02-24 10:36:14 +0000 |
commit | 8cad1e04e68b242c38488b5fc08cfd11c0ad71c3 (patch) | |
tree | 029085010876b3ebe973c7014576ab30ce089ca1 /www/nscache/Makefile | |
parent | Temporarily mark as broken. It's found to need the latest xunicode to (diff) |
Update to nscache 0.6
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=38666
Diffstat (limited to 'www/nscache/Makefile')
-rw-r--r-- | www/nscache/Makefile | 27 |
1 files changed, 18 insertions, 9 deletions
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 <bsd.port.pre.mk> + +.if defined(HAVE_GNOME) +USE_GNOME= yes +.else +CONFIGURE_ARGS+= --disable-gnome +.endif -pre-configure: - @cd ${WRKSRC}; aclocal -I ${X11BASE}/share/aclocal - -.include <bsd.port.mk> +.include <bsd.port.post.mk> |