2000-03-05 11:13:43 +01:00
|
|
|
# New ports collection makefile for: nscache
|
|
|
|
# Date created: 04 March 2000
|
|
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2007-10-25 01:37:25 +02:00
|
|
|
# $MCom: ports/www/nscache/Makefile,v 1.3 2007/08/07 03:35:07 mezz Exp $
|
|
|
|
#
|
2000-03-05 11:13:43 +01:00
|
|
|
|
2000-04-10 02:07:29 +02:00
|
|
|
PORTNAME= nscache
|
2004-03-19 20:54:45 +01:00
|
|
|
PORTVERSION= 0.6
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 8
|
2000-03-05 11:13:43 +01:00
|
|
|
CATEGORIES= www
|
2009-08-22 02:38:34 +02:00
|
|
|
MASTER_SITES= SF \
|
2001-02-24 11:36:14 +01:00
|
|
|
http://www.idata.sk/~ondrej/sw/
|
2009-08-22 02:38:34 +02:00
|
|
|
|
2000-03-05 11:13:43 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2003-07-12 12:37:02 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Netscape cache browser
|
2000-03-05 11:13:43 +01:00
|
|
|
|
2004-03-19 20:54:45 +01:00
|
|
|
USE_GNOME= gnomehier gtk12
|
|
|
|
USE_GMAKE= yes
|
2013-04-24 20:10:30 +02:00
|
|
|
USES= gettext
|
2004-03-19 20:54:45 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-gtk-config=${GTK_CONFIG} --disable-gnome
|
|
|
|
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
|
|
|
AUTOHEADER="${TRUE}"
|
2002-09-01 17:31:33 +02:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2002-09-01 17:31:33 +02:00
|
|
|
|
2004-03-19 20:54:45 +01:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/nscache.desktop \
|
|
|
|
${PREFIX}/share/gnome/apps/Internet
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/nscache.xpm \
|
2007-10-25 01:37:25 +02:00
|
|
|
${PREFIX}/share/pixmaps
|
2000-07-07 21:59:26 +02:00
|
|
|
|
2004-03-19 20:54:45 +01:00
|
|
|
.include <bsd.port.mk>
|