summaryrefslogtreecommitdiffstats
path: root/www/nscache/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /www/nscache/Makefile
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/nscache/Makefile')
-rw-r--r--www/nscache/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/www/nscache/Makefile b/www/nscache/Makefile
deleted file mode 100644
index 800556bca..000000000
--- a/www/nscache/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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>