summaryrefslogtreecommitdiffstats
path: root/www/nscache/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-04 19:49:18 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-04 19:49:18 +0800
commitac927b0ec53c548c6f4e208505168d63df4a09d3 (patch)
tree0190b3d84181ab297249c8221ca610f9c40a5d74 /www/nscache/Makefile
parent876223f5d5b2dc0ef40079dc970cc80525355607 (diff)
downloadmarcuscom-ports-ac927b0ec53c548c6f4e208505168d63df4a09d3.tar
marcuscom-ports-ac927b0ec53c548c6f4e208505168d63df4a09d3.tar.gz
marcuscom-ports-ac927b0ec53c548c6f4e208505168d63df4a09d3.tar.bz2
marcuscom-ports-ac927b0ec53c548c6f4e208505168d63df4a09d3.tar.lz
marcuscom-ports-ac927b0ec53c548c6f4e208505168d63df4a09d3.tar.xz
marcuscom-ports-ac927b0ec53c548c6f4e208505168d63df4a09d3.tar.zst
marcuscom-ports-ac927b0ec53c548c6f4e208505168d63df4a09d3.zip
- LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7540 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/nscache/Makefile')
-rw-r--r--www/nscache/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/www/nscache/Makefile b/www/nscache/Makefile
new file mode 100644
index 000000000..800556bca
--- /dev/null
+++ b/www/nscache/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: nscache
+# Date created: 04 March 2000
+# Whom: Kris Kennaway <kris@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= nscache
+PORTVERSION= 0.6
+PORTREVISION= 4
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+ http://www.idata.sk/~ondrej/sw/
+MASTER_SITE_SUBDIR= ${PORTNAME}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Netscape cache browser
+
+USE_GNOME= gnomehier gtk12
+USE_GETOPT_LONG= yes
+USE_GMAKE= yes
+USE_GETTEXT= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ARGS= --with-gtk-config=${GTK_CONFIG} --disable-gnome
+MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
+ AUTOHEADER="${TRUE}"
+
+CPPFLAGS= -I${LOCALBASE}/include
+LDFLAGS= -L${LOCALBASE}/lib
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/nscache.desktop \
+ ${PREFIX}/share/gnome/apps/Internet
+ ${INSTALL_DATA} ${WRKSRC}/nscache.xpm \
+ ${PREFIX}/share/gnome/pixmaps
+
+.include <bsd.port.mk>