summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk-engines2
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtk-engines2')
-rw-r--r--x11-toolkits/gtk-engines2/Makefile35
-rw-r--r--x11-toolkits/gtk-engines2/distinfo2
-rw-r--r--x11-toolkits/gtk-engines2/files/patch-configure10
-rw-r--r--x11-toolkits/gtk-engines2/pkg-descr3
-rw-r--r--x11-toolkits/gtk-engines2/pkg-plist13
5 files changed, 0 insertions, 63 deletions
diff --git a/x11-toolkits/gtk-engines2/Makefile b/x11-toolkits/gtk-engines2/Makefile
deleted file mode 100644
index 3566b9685..000000000
--- a/x11-toolkits/gtk-engines2/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: gtk-engines2
-# Date Created: 21 May 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gtk-engines2
-PORTVERSION= 2.2.0
-PORTREVISION= 2
-CATEGORIES= x11-toolkits
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.2
-DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Theme engine for the gtk+-2.0 toolkit
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_LIBTOOL_VER=13
-USE_GNOME= gnomehack gtk20
-PLIST_SUB= GTK_VERSION="2.4.0"
-
-THEMES= metal redmond95
-
-post-patch:
- @for theme in ${THEMES}; do \
- cd ${WRKSRC}/$$theme/Theme/gtk-2.0; \
- ${MV} gtkrc gtkrc.tmp; \
- ${SED} -e s^%%PREFIX%%^${PREFIX}^g < gtkrc.tmp > gtkrc; \
- done
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/gtk-engines2/distinfo b/x11-toolkits/gtk-engines2/distinfo
deleted file mode 100644
index c1a36b1ee..000000000
--- a/x11-toolkits/gtk-engines2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/gtk-engines-2.2.0.tar.bz2) = 78e9276c28b509f3203de4873c20a263
-SIZE (gnome2/gtk-engines-2.2.0.tar.bz2) = 401883
diff --git a/x11-toolkits/gtk-engines2/files/patch-configure b/x11-toolkits/gtk-engines2/files/patch-configure
deleted file mode 100644
index 606b17960..000000000
--- a/x11-toolkits/gtk-engines2/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Tue May 21 16:33:53 2002
-+++ configure Tue May 21 16:34:13 2002
-@@ -6994,6 +6994,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/x11-toolkits/gtk-engines2/pkg-descr b/x11-toolkits/gtk-engines2/pkg-descr
deleted file mode 100644
index e787f789b..000000000
--- a/x11-toolkits/gtk-engines2/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Theme engine for the gtk+-2.0 toolkit.
-
-WWW: http://www.gtk.org/
diff --git a/x11-toolkits/gtk-engines2/pkg-plist b/x11-toolkits/gtk-engines2/pkg-plist
deleted file mode 100644
index fb60fd7a4..000000000
--- a/x11-toolkits/gtk-engines2/pkg-plist
+++ /dev/null
@@ -1,13 +0,0 @@
-lib/gtk-2.0/%%GTK_VERSION%%/engines/libmetal.so
-lib/gtk-2.0/%%GTK_VERSION%%/engines/libpixmap.so
-lib/gtk-2.0/%%GTK_VERSION%%/engines/libredmond95.so
-libdata/pkgconfig/gtk-engines-2.pc
-share/themes/Metal/README.html
-share/themes/Metal/gtk-2.0/gtkrc
-share/themes/Redmond95/README.html
-share/themes/Redmond95/gtk-2.0/gtkrc
-@dirrm share/themes/Redmond95/gtk-2.0
-@dirrm share/themes/Metal/gtk-2.0
-@dirrm lib/gtk-2.0/%%GTK_VERSION%%/engines
-@unexec /bin/rmdir %D/share/themes/Redmond95 2>/dev/null || /usr/bin/true
-@unexec /bin/rmdir %D/share/themes/Metal 2>/dev/null || /usr/bin/true