diff options
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/grdb/Makefile | 52 | ||||
-rw-r--r-- | misc/grdb/distinfo | 2 | ||||
-rw-r--r-- | misc/grdb/pkg-descr | 2 | ||||
-rw-r--r-- | misc/grdb/pkg-plist | 23 |
5 files changed, 0 insertions, 80 deletions
diff --git a/misc/Makefile b/misc/Makefile index 3cdf929484bc..a34202184901 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -128,7 +128,6 @@ SUBDIR += gpt31 SUBDIR += granulate SUBDIR += grc - SUBDIR += grdb SUBDIR += gregexp SUBDIR += gretl SUBDIR += grun diff --git a/misc/grdb/Makefile b/misc/grdb/Makefile deleted file mode 100644 index 8bf7f3ae7a93..000000000000 --- a/misc/grdb/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# New ports collection makefile for: grdb -# Date created: 13 June 2000 -# Whom: Stijn Hoop <stijn@win.tue.nl> -# -# $FreeBSD$ -# - -PORTNAME= grdb -PORTVERSION= 0.2.4 -PORTREVISION= 1 -CATEGORIES= misc gnome -MASTER_SITES= http://www.win.tue.nl/~stijn/grdb/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Matches Motif/Athena/Tk widgets with the current GTK theme - -DEPRECATED= Obsolete, depends on GTK1 -EXPIRATION_DATE=2004-10-01 - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt - -USE_X_PREFIX= yes -USE_GNOME= gtk12 -WANT_GNOME= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_REINPLACE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mgnomelibs}!="" -USE_GNOME+= gnomeprefix gnomehack gnomelibs -PKGNAMESUFFIX= -gnome -PLIST_SUB= DATADIR="share/gnome" -.else -CONFIGURE_ARGS= --disable-gnome -PLIST_SUB= DATADIR="share" -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/grdb - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/grdb -.endif - -.include <bsd.port.post.mk> diff --git a/misc/grdb/distinfo b/misc/grdb/distinfo deleted file mode 100644 index bec4b7832961..000000000000 --- a/misc/grdb/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (grdb-0.2.4.tar.gz) = 0ea116509829b5808e917b3f1d858ca7 -SIZE (grdb-0.2.4.tar.gz) = 116843 diff --git a/misc/grdb/pkg-descr b/misc/grdb/pkg-descr deleted file mode 100644 index 2dd289d71b24..000000000000 --- a/misc/grdb/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -A utility that updates X applications that use Motif/Athena/Tk to use -the colors of the current GTK+ theme. Based on the KDE equivalent krdb. diff --git a/misc/grdb/pkg-plist b/misc/grdb/pkg-plist deleted file mode 100644 index f4a582fe6ee1..000000000000 --- a/misc/grdb/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -%%GNOME:%%bin/grdb-capplet -bin/grdb -share/doc/grdb/README -%%GNOME:%%share/gnome/apps/Settings/Desktop/grdb-capplet.desktop -%%GNOME:%%share/gnome/control-center/Desktop/grdb-capplet.desktop -%%DATADIR%%/grdb/AAAAAAGeneral.ad -%%DATADIR%%/grdb/AAAMotif.ad -%%DATADIR%%/grdb/AAATk.ad -%%DATADIR%%/grdb/AAAXaw.ad -%%DATADIR%%/grdb/Ddd.ad -%%DATADIR%%/grdb/Editres.ad -%%DATADIR%%/grdb/Emacs.ad -%%DATADIR%%/grdb/ML.ad -%%DATADIR%%/grdb/Nedit.ad -%%DATADIR%%/grdb/Netscape.ad -%%DATADIR%%/grdb/RVPlayer.ad -%%DATADIR%%/grdb/XCalc.ad -%%DATADIR%%/grdb/XTerm.ad -%%DATADIR%%/grdb/XV.ad -%%DATADIR%%/grdb/XWp.ad -%%GNOME:%%share/gnome/pixmaps/grdb-capplet.png -@dirrm %%DATADIR%%/grdb -@dirrm share/doc/grdb |