2000-03-05 10:13:43 +00:00
|
|
|
# New ports collection makefile for: nscache
|
|
|
|
# Date created: 04 March 2000
|
|
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2000-04-10 00:07:29 +00:00
|
|
|
#
|
2000-03-05 10:13:43 +00:00
|
|
|
|
2000-04-10 00:07:29 +00:00
|
|
|
PORTNAME= nscache
|
2001-02-24 10:36:14 +00:00
|
|
|
PORTVERSION= 0.6
|
2000-03-05 10:13:43 +00:00
|
|
|
CATEGORIES= www
|
2001-02-24 10:36:14 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
|
|
http://www.idata.sk/~ondrej/sw/
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-03-05 10:13:43 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= kris@FreeBSD.org
|
|
|
|
|
2001-02-24 10:36:14 +00:00
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 06:42:57 +00:00
|
|
|
USE_GTK= yes
|
2001-02-24 10:36:14 +00:00
|
|
|
WANT_GNOME= yes
|
2000-07-07 19:59:26 +00:00
|
|
|
USE_AUTOMAKE= yes
|
2001-02-24 10:36:14 +00:00
|
|
|
AUTOMAKE_ARGS= --include-deps
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2000-07-07 19:59:26 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2001-02-24 10:36:14 +00:00
|
|
|
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
|
2000-07-07 19:59:26 +00:00
|
|
|
|
2001-02-24 10:36:14 +00:00
|
|
|
.include <bsd.port.post.mk>
|