aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gtk-engines/Makefile34
-rw-r--r--x11-themes/gtk-engines/distinfo1
-rw-r--r--x11-themes/gtk-engines/files/patch-ac51
-rw-r--r--x11-themes/gtk-engines/pkg-comment1
-rw-r--r--x11-themes/gtk-engines/pkg-descr6
-rw-r--r--x11-themes/gtk-engines/pkg-plist101
-rw-r--r--x11-themes/gtk-engines2/Makefile34
-rw-r--r--x11-themes/gtk-engines2/distinfo1
-rw-r--r--x11-themes/gtk-engines2/files/patch-ac51
-rw-r--r--x11-themes/gtk-engines2/pkg-comment1
-rw-r--r--x11-themes/gtk-engines2/pkg-descr6
-rw-r--r--x11-themes/gtk-engines2/pkg-plist101
-rw-r--r--x11-themes/gtkstep/Makefile25
-rw-r--r--x11-themes/gtkstep/distinfo1
-rw-r--r--x11-themes/gtkstep/pkg-comment1
-rw-r--r--x11-themes/gtkstep/pkg-descr5
-rw-r--r--x11-themes/gtkstep/pkg-plist8
17 files changed, 0 insertions, 428 deletions
diff --git a/x11-themes/gtk-engines/Makefile b/x11-themes/gtk-engines/Makefile
deleted file mode 100644
index ccafe5b284fe..000000000000
--- a/x11-themes/gtk-engines/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: gtk-engines
-# Version required: 0.5
-# Date Created: 23 Dec 1998
-# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
-#
-# $Id: Makefile,v 1.10 1999/03/27 10:35:56 vanilla Exp $
-#
-
-DISTNAME= gtk-engines-0.5
-CATEGORIES= x11-toolkits
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/gtk-engines
-
-MAINTAINER= vanilla@FreeBSD.ORG
-
-LIB_DEPENDS= gdk_imlib.3:${PORTSDIR}/graphics/imlib
-
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
-
-THEMES= metal notif pixmap redmond95
-
-post-patch:
- @for theme in ${THEMES}; do \
- cd ${WRKSRC}/$$theme/Theme/gtk; \
- ${MV} gtkrc gtkrc.tmp; \
- ${SED} -e s^%%PREFIX%%^${PREFIX}^g < gtkrc.tmp > gtkrc; \
- done
-
-post-install:
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-
-.include <bsd.port.mk>
diff --git a/x11-themes/gtk-engines/distinfo b/x11-themes/gtk-engines/distinfo
deleted file mode 100644
index 391eac03b46e..000000000000
--- a/x11-themes/gtk-engines/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gtk-engines-0.5.tar.gz) = fbd20c48f8d070fa3a7044347a4ed684
diff --git a/x11-themes/gtk-engines/files/patch-ac b/x11-themes/gtk-engines/files/patch-ac
deleted file mode 100644
index c4b32a6f7250..000000000000
--- a/x11-themes/gtk-engines/files/patch-ac
+++ /dev/null
@@ -1,51 +0,0 @@
---- metal/Theme/gtk/gtkrc.orig Fri Feb 12 05:16:41 1999
-+++ metal/Theme/gtk/gtkrc Wed Feb 17 01:23:21 1999
-@@ -1,3 +1,7 @@
-+#module_path "%%PREFIX%%/share/themes"
-+
-+pixmap_path "%%PREFIX%%/share/themes/Metal/gtk"
-+
- style "default"
- {
- font = "-b&h-lucida-bold-r-normal-sans-12-*-*-*-p-*-iso8859-1"
---- notif/Theme/gtk/gtkrc.orig Sun Jan 31 03:05:48 1999
-+++ notif/Theme/gtk/gtkrc Sun Jan 31 03:11:41 1999
-@@ -13,9 +13,9 @@
- # testgtkrc2 sets all the buttons in the main window to blue by default
- #include "testgtkrc2"
-
--#module_path ".:/home/raster/themes"
-+#module_path "%%PREFIX%%/share/themes"
-
--pixmap_path ".:/home/raster/themes"
-+pixmap_path "%%PREFIX%%/share/themes/Notif/gtk"
-
- style "default"
- {
---- pixmap/Theme/gtk/gtkrc.orig Thu Dec 17 01:05:37 1998
-+++ pixmap/Theme/gtk/gtkrc Sun Jan 31 03:09:55 1999
-@@ -13,7 +13,9 @@
- # testgtkrc2 sets all the buttons in the main window to blue by default
- #include "testgtkrc2"
-
--#module_path ".:/home/raster/themes"
-+#module_path "%%PREFIX%%/share/themes"
-+
-+pixmap_path "%%PREFIX%%/share/themes/Pixmap/gtk"
-
- style "eventbox" {
- bg_pixmap[NORMAL] = "<parent>"
---- redmond95/Theme/gtk/gtkrc.orig Sun Jan 31 03:10:29 1999
-+++ redmond95/Theme/gtk/gtkrc Sun Jan 31 03:11:23 1999
-@@ -13,9 +13,9 @@
- # testgtkrc2 sets all the buttons in the main window to blue by default
- #include "testgtkrc2"
-
--#module_path ".:/home/raster/themes"
-+#module_path "%%PREFIX%%/share/themes"
-
--pixmap_path ".:/home/raster/themes"
-+pixmap_path "%%PREFIX%%/share/themes/Redmond95/gtk"
-
- style "default"
- {
diff --git a/x11-themes/gtk-engines/pkg-comment b/x11-themes/gtk-engines/pkg-comment
deleted file mode 100644
index be0e1f985d40..000000000000
--- a/x11-themes/gtk-engines/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Theme engine for gtk+ toolkits.
diff --git a/x11-themes/gtk-engines/pkg-descr b/x11-themes/gtk-engines/pkg-descr
deleted file mode 100644
index d0831f1ede53..000000000000
--- a/x11-themes/gtk-engines/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Theme engine for gtk+ toolkits.
-
-WWW: http://www.labs.redhat.com/themes.shtml
-
--Vanilla
-vanilla@FreeBSD.ORG
diff --git a/x11-themes/gtk-engines/pkg-plist b/x11-themes/gtk-engines/pkg-plist
deleted file mode 100644
index 2d5af587e9c4..000000000000
--- a/x11-themes/gtk-engines/pkg-plist
+++ /dev/null
@@ -1,101 +0,0 @@
-share/themes/Metal/ICON.png
-share/themes/Metal/README.html
-share/themes/Metal/gtk/gtkrc
-share/themes/Notif/ICON.png
-share/themes/Notif/README.html
-share/themes/Notif/gtk/gtkrc
-share/themes/Pixmap/ICON.png
-share/themes/Pixmap/README.html
-share/themes/Pixmap/gtk/arrow_down1.png
-share/themes/Pixmap/gtk/arrow_down2.png
-share/themes/Pixmap/gtk/arrow_down3.png
-share/themes/Pixmap/gtk/arrow_left1.png
-share/themes/Pixmap/gtk/arrow_left2.png
-share/themes/Pixmap/gtk/arrow_left3.png
-share/themes/Pixmap/gtk/arrow_right1.png
-share/themes/Pixmap/gtk/arrow_right2.png
-share/themes/Pixmap/gtk/arrow_right3.png
-share/themes/Pixmap/gtk/arrow_up1.png
-share/themes/Pixmap/gtk/arrow_up2.png
-share/themes/Pixmap/gtk/arrow_up3.png
-share/themes/Pixmap/gtk/brown_bg1.png
-share/themes/Pixmap/gtk/brown_bg2.png
-share/themes/Pixmap/gtk/button1.png
-share/themes/Pixmap/gtk/button2.png
-share/themes/Pixmap/gtk/button3.png
-share/themes/Pixmap/gtk/button4.png
-share/themes/Pixmap/gtk/button5.png
-share/themes/Pixmap/gtk/button6.png
-share/themes/Pixmap/gtk/button7.png
-share/themes/Pixmap/gtk/button8.png
-share/themes/Pixmap/gtk/button9.png
-share/themes/Pixmap/gtk/button_def.png
-share/themes/Pixmap/gtk/check1.png
-share/themes/Pixmap/gtk/check2.png
-share/themes/Pixmap/gtk/curve_bg1.png
-share/themes/Pixmap/gtk/entry1.png
-share/themes/Pixmap/gtk/entry2.png
-share/themes/Pixmap/gtk/extension_bottom1.png
-share/themes/Pixmap/gtk/extension_left1.png
-share/themes/Pixmap/gtk/extension_right1.png
-share/themes/Pixmap/gtk/extension_top1.png
-share/themes/Pixmap/gtk/focus.png
-share/themes/Pixmap/gtk/frame1.png
-share/themes/Pixmap/gtk/frame2.png
-share/themes/Pixmap/gtk/frame_gap.png
-share/themes/Pixmap/gtk/frame_gap_top_end.png
-share/themes/Pixmap/gtk/frame_gap_top_start.png
-share/themes/Pixmap/gtk/gap_bottom.png
-share/themes/Pixmap/gtk/gap_bottom_end.png
-share/themes/Pixmap/gtk/gap_bottom_start.png
-share/themes/Pixmap/gtk/gap_left.png
-share/themes/Pixmap/gtk/gap_left_end.png
-share/themes/Pixmap/gtk/gap_left_start.png
-share/themes/Pixmap/gtk/gap_right.png
-share/themes/Pixmap/gtk/gap_right_end.png
-share/themes/Pixmap/gtk/gap_right_start.png
-share/themes/Pixmap/gtk/gap_top.png
-share/themes/Pixmap/gtk/gap_top_end.png
-share/themes/Pixmap/gtk/gap_top_start.png
-share/themes/Pixmap/gtk/gtkrc
-share/themes/Pixmap/gtk/handle_vert_thumb.png
-share/themes/Pixmap/gtk/hline.png
-share/themes/Pixmap/gtk/menubar.png
-share/themes/Pixmap/gtk/notebook1.png
-share/themes/Pixmap/gtk/option1.png
-share/themes/Pixmap/gtk/option2.png
-share/themes/Pixmap/gtk/option_menu.png
-share/themes/Pixmap/gtk/progressbar.png
-share/themes/Pixmap/gtk/ruler_horiz.png
-share/themes/Pixmap/gtk/ruler_vert.png
-share/themes/Pixmap/gtk/scrollbar_horiz1.png
-share/themes/Pixmap/gtk/scrollbar_thumb.png
-share/themes/Pixmap/gtk/scrollbar_thumb2.png
-share/themes/Pixmap/gtk/scrollbar_vert1.png
-share/themes/Pixmap/gtk/shadow1.png
-share/themes/Pixmap/gtk/shadow2.png
-share/themes/Pixmap/gtk/trough.png
-share/themes/Pixmap/gtk/vline.png
-share/themes/Redmond95/ICON.png
-share/themes/Redmond95/README.html
-share/themes/Redmond95/gtk/gtkrc
-share/themes/engines/libmetal.la
-share/themes/engines/libmetal.so
-share/themes/engines/libmetal.so.0
-share/themes/engines/libnotif.la
-share/themes/engines/libnotif.so
-share/themes/engines/libnotif.so.0
-share/themes/engines/libpixmap.la
-share/themes/engines/libpixmap.so
-share/themes/engines/libpixmap.so.0
-share/themes/engines/libredmond95.la
-share/themes/engines/libredmond95.so
-share/themes/engines/libredmond95.so.0
-@dirrm share/themes/Metal/gtk
-@dirrm share/themes/Metal
-@dirrm share/themes/Notif/gtk
-@dirrm share/themes/Notif
-@dirrm share/themes/Pixmap/gtk
-@dirrm share/themes/Pixmap
-@dirrm share/themes/Redmond95/gtk
-@dirrm share/themes/Redmond95
diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile
deleted file mode 100644
index ccafe5b284fe..000000000000
--- a/x11-themes/gtk-engines2/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: gtk-engines
-# Version required: 0.5
-# Date Created: 23 Dec 1998
-# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
-#
-# $Id: Makefile,v 1.10 1999/03/27 10:35:56 vanilla Exp $
-#
-
-DISTNAME= gtk-engines-0.5
-CATEGORIES= x11-toolkits
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/gtk-engines
-
-MAINTAINER= vanilla@FreeBSD.ORG
-
-LIB_DEPENDS= gdk_imlib.3:${PORTSDIR}/graphics/imlib
-
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
-
-THEMES= metal notif pixmap redmond95
-
-post-patch:
- @for theme in ${THEMES}; do \
- cd ${WRKSRC}/$$theme/Theme/gtk; \
- ${MV} gtkrc gtkrc.tmp; \
- ${SED} -e s^%%PREFIX%%^${PREFIX}^g < gtkrc.tmp > gtkrc; \
- done
-
-post-install:
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-
-.include <bsd.port.mk>
diff --git a/x11-themes/gtk-engines2/distinfo b/x11-themes/gtk-engines2/distinfo
deleted file mode 100644
index 391eac03b46e..000000000000
--- a/x11-themes/gtk-engines2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gtk-engines-0.5.tar.gz) = fbd20c48f8d070fa3a7044347a4ed684
diff --git a/x11-themes/gtk-engines2/files/patch-ac b/x11-themes/gtk-engines2/files/patch-ac
deleted file mode 100644
index c4b32a6f7250..000000000000
--- a/x11-themes/gtk-engines2/files/patch-ac
+++ /dev/null
@@ -1,51 +0,0 @@
---- metal/Theme/gtk/gtkrc.orig Fri Feb 12 05:16:41 1999
-+++ metal/Theme/gtk/gtkrc Wed Feb 17 01:23:21 1999
-@@ -1,3 +1,7 @@
-+#module_path "%%PREFIX%%/share/themes"
-+
-+pixmap_path "%%PREFIX%%/share/themes/Metal/gtk"
-+
- style "default"
- {
- font = "-b&h-lucida-bold-r-normal-sans-12-*-*-*-p-*-iso8859-1"
---- notif/Theme/gtk/gtkrc.orig Sun Jan 31 03:05:48 1999
-+++ notif/Theme/gtk/gtkrc Sun Jan 31 03:11:41 1999
-@@ -13,9 +13,9 @@
- # testgtkrc2 sets all the buttons in the main window to blue by default
- #include "testgtkrc2"
-
--#module_path ".:/home/raster/themes"
-+#module_path "%%PREFIX%%/share/themes"
-
--pixmap_path ".:/home/raster/themes"
-+pixmap_path "%%PREFIX%%/share/themes/Notif/gtk"
-
- style "default"
- {
---- pixmap/Theme/gtk/gtkrc.orig Thu Dec 17 01:05:37 1998
-+++ pixmap/Theme/gtk/gtkrc Sun Jan 31 03:09:55 1999
-@@ -13,7 +13,9 @@
- # testgtkrc2 sets all the buttons in the main window to blue by default
- #include "testgtkrc2"
-
--#module_path ".:/home/raster/themes"
-+#module_path "%%PREFIX%%/share/themes"
-+
-+pixmap_path "%%PREFIX%%/share/themes/Pixmap/gtk"
-
- style "eventbox" {
- bg_pixmap[NORMAL] = "<parent>"
---- redmond95/Theme/gtk/gtkrc.orig Sun Jan 31 03:10:29 1999
-+++ redmond95/Theme/gtk/gtkrc Sun Jan 31 03:11:23 1999
-@@ -13,9 +13,9 @@
- # testgtkrc2 sets all the buttons in the main window to blue by default
- #include "testgtkrc2"
-
--#module_path ".:/home/raster/themes"
-+#module_path "%%PREFIX%%/share/themes"
-
--pixmap_path ".:/home/raster/themes"
-+pixmap_path "%%PREFIX%%/share/themes/Redmond95/gtk"
-
- style "default"
- {
diff --git a/x11-themes/gtk-engines2/pkg-comment b/x11-themes/gtk-engines2/pkg-comment
deleted file mode 100644
index be0e1f985d40..000000000000
--- a/x11-themes/gtk-engines2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Theme engine for gtk+ toolkits.
diff --git a/x11-themes/gtk-engines2/pkg-descr b/x11-themes/gtk-engines2/pkg-descr
deleted file mode 100644
index d0831f1ede53..000000000000
--- a/x11-themes/gtk-engines2/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Theme engine for gtk+ toolkits.
-
-WWW: http://www.labs.redhat.com/themes.shtml
-
--Vanilla
-vanilla@FreeBSD.ORG
diff --git a/x11-themes/gtk-engines2/pkg-plist b/x11-themes/gtk-engines2/pkg-plist
deleted file mode 100644
index 2d5af587e9c4..000000000000
--- a/x11-themes/gtk-engines2/pkg-plist
+++ /dev/null
@@ -1,101 +0,0 @@
-share/themes/Metal/ICON.png
-share/themes/Metal/README.html
-share/themes/Metal/gtk/gtkrc
-share/themes/Notif/ICON.png
-share/themes/Notif/README.html
-share/themes/Notif/gtk/gtkrc
-share/themes/Pixmap/ICON.png
-share/themes/Pixmap/README.html
-share/themes/Pixmap/gtk/arrow_down1.png
-share/themes/Pixmap/gtk/arrow_down2.png
-share/themes/Pixmap/gtk/arrow_down3.png
-share/themes/Pixmap/gtk/arrow_left1.png
-share/themes/Pixmap/gtk/arrow_left2.png
-share/themes/Pixmap/gtk/arrow_left3.png
-share/themes/Pixmap/gtk/arrow_right1.png
-share/themes/Pixmap/gtk/arrow_right2.png
-share/themes/Pixmap/gtk/arrow_right3.png
-share/themes/Pixmap/gtk/arrow_up1.png
-share/themes/Pixmap/gtk/arrow_up2.png
-share/themes/Pixmap/gtk/arrow_up3.png
-share/themes/Pixmap/gtk/brown_bg1.png
-share/themes/Pixmap/gtk/brown_bg2.png
-share/themes/Pixmap/gtk/button1.png
-share/themes/Pixmap/gtk/button2.png
-share/themes/Pixmap/gtk/button3.png
-share/themes/Pixmap/gtk/button4.png
-share/themes/Pixmap/gtk/button5.png
-share/themes/Pixmap/gtk/button6.png
-share/themes/Pixmap/gtk/button7.png
-share/themes/Pixmap/gtk/button8.png
-share/themes/Pixmap/gtk/button9.png
-share/themes/Pixmap/gtk/button_def.png
-share/themes/Pixmap/gtk/check1.png
-share/themes/Pixmap/gtk/check2.png
-share/themes/Pixmap/gtk/curve_bg1.png
-share/themes/Pixmap/gtk/entry1.png
-share/themes/Pixmap/gtk/entry2.png
-share/themes/Pixmap/gtk/extension_bottom1.png
-share/themes/Pixmap/gtk/extension_left1.png
-share/themes/Pixmap/gtk/extension_right1.png
-share/themes/Pixmap/gtk/extension_top1.png
-share/themes/Pixmap/gtk/focus.png
-share/themes/Pixmap/gtk/frame1.png
-share/themes/Pixmap/gtk/frame2.png
-share/themes/Pixmap/gtk/frame_gap.png
-share/themes/Pixmap/gtk/frame_gap_top_end.png
-share/themes/Pixmap/gtk/frame_gap_top_start.png
-share/themes/Pixmap/gtk/gap_bottom.png
-share/themes/Pixmap/gtk/gap_bottom_end.png
-share/themes/Pixmap/gtk/gap_bottom_start.png
-share/themes/Pixmap/gtk/gap_left.png
-share/themes/Pixmap/gtk/gap_left_end.png
-share/themes/Pixmap/gtk/gap_left_start.png
-share/themes/Pixmap/gtk/gap_right.png
-share/themes/Pixmap/gtk/gap_right_end.png
-share/themes/Pixmap/gtk/gap_right_start.png
-share/themes/Pixmap/gtk/gap_top.png
-share/themes/Pixmap/gtk/gap_top_end.png
-share/themes/Pixmap/gtk/gap_top_start.png
-share/themes/Pixmap/gtk/gtkrc
-share/themes/Pixmap/gtk/handle_vert_thumb.png
-share/themes/Pixmap/gtk/hline.png
-share/themes/Pixmap/gtk/menubar.png
-share/themes/Pixmap/gtk/notebook1.png
-share/themes/Pixmap/gtk/option1.png
-share/themes/Pixmap/gtk/option2.png
-share/themes/Pixmap/gtk/option_menu.png
-share/themes/Pixmap/gtk/progressbar.png
-share/themes/Pixmap/gtk/ruler_horiz.png
-share/themes/Pixmap/gtk/ruler_vert.png
-share/themes/Pixmap/gtk/scrollbar_horiz1.png
-share/themes/Pixmap/gtk/scrollbar_thumb.png
-share/themes/Pixmap/gtk/scrollbar_thumb2.png
-share/themes/Pixmap/gtk/scrollbar_vert1.png
-share/themes/Pixmap/gtk/shadow1.png
-share/themes/Pixmap/gtk/shadow2.png
-share/themes/Pixmap/gtk/trough.png
-share/themes/Pixmap/gtk/vline.png
-share/themes/Redmond95/ICON.png
-share/themes/Redmond95/README.html
-share/themes/Redmond95/gtk/gtkrc
-share/themes/engines/libmetal.la
-share/themes/engines/libmetal.so
-share/themes/engines/libmetal.so.0
-share/themes/engines/libnotif.la
-share/themes/engines/libnotif.so
-share/themes/engines/libnotif.so.0
-share/themes/engines/libpixmap.la
-share/themes/engines/libpixmap.so
-share/themes/engines/libpixmap.so.0
-share/themes/engines/libredmond95.la
-share/themes/engines/libredmond95.so
-share/themes/engines/libredmond95.so.0
-@dirrm share/themes/Metal/gtk
-@dirrm share/themes/Metal
-@dirrm share/themes/Notif/gtk
-@dirrm share/themes/Notif
-@dirrm share/themes/Pixmap/gtk
-@dirrm share/themes/Pixmap
-@dirrm share/themes/Redmond95/gtk
-@dirrm share/themes/Redmond95
diff --git a/x11-themes/gtkstep/Makefile b/x11-themes/gtkstep/Makefile
deleted file mode 100644
index 9d2f15de44b3..000000000000
--- a/x11-themes/gtkstep/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: gtkstep
-# Version required: 1.4
-# Date Created: 7 nov 98
-# Whom: Gilad Rom
-#
-# $Id: Makefile,v 1.4 1999/03/15 18:30:06 nectar Exp $
-#
-
-DISTNAME= gtkstep-1.4
-CATEGORIES= x11-toolkits
-MASTER_SITES= http://www-info2.informatik.uni-wuerzburg.de/mitarbeiter/ulli/gtkstep/ \
- ftp://sunshine.informatik.uni-wuerzburg.de/pub/wmaker/gtkstep/
-
-MAINTAINER= rom_glsa@ein-hashofet.co.il
-
-LIB_DEPENDS= gdk_imlib.3:${PORTSDIR}/graphics/imlib
-
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
-
-post-install:
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-
-.include <bsd.port.mk>
diff --git a/x11-themes/gtkstep/distinfo b/x11-themes/gtkstep/distinfo
deleted file mode 100644
index 2f961f2aad87..000000000000
--- a/x11-themes/gtkstep/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gtkstep-1.4.tar.gz) = 7cec05dbeed0e2f0053522e6f0e5b5f6
diff --git a/x11-themes/gtkstep/pkg-comment b/x11-themes/gtkstep/pkg-comment
deleted file mode 100644
index e7b56feeeca4..000000000000
--- a/x11-themes/gtkstep/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A theme module to make GTK+ look like the NeXTSTEP(tm) interface.
diff --git a/x11-themes/gtkstep/pkg-descr b/x11-themes/gtkstep/pkg-descr
deleted file mode 100644
index d6ddce401bac..000000000000
--- a/x11-themes/gtkstep/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-GTKstep is a patch to improve the boring
-GTK+ look and feel with a NEXTSTEP(tm) look and feel.
-
-WWW: http://www-info2.informatik.uni-wuerzburg.de/mitarbeiter/ulli/gtkstep/
--- Rom.
diff --git a/x11-themes/gtkstep/pkg-plist b/x11-themes/gtkstep/pkg-plist
deleted file mode 100644
index 475ee99b6b58..000000000000
--- a/x11-themes/gtkstep/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-share/themes/Step/ICON.png
-share/themes/Step/README.html
-share/themes/Step/gtk/gtkrc
-share/themes/engines/libstep.la
-share/themes/engines/libstep.so
-share/themes/engines/libstep.so.0
-@dirrm share/themes/Step/gtk
-@dirrm share/themes/Step