summaryrefslogtreecommitdiff
path: root/x11-themes/gtk-engines-collection/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/gtk-engines-collection/Makefile')
-rw-r--r--x11-themes/gtk-engines-collection/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/x11-themes/gtk-engines-collection/Makefile b/x11-themes/gtk-engines-collection/Makefile
deleted file mode 100644
index 1af1b0689e68..000000000000
--- a/x11-themes/gtk-engines-collection/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: gtk-engines-collection
-# Date created: 13 June 2000
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gtk-engines-collection
-PORTVERSION= 1.3
-CATEGORIES= x11-toolkits
-MASTER_SITES= # empty
-DISTFILES= # empty
-EXTRACT_ONLY= # empty
-
-MAINTAINER= sobomax@FreeBSD.org
-
-# I intentionally did not put gtk-engines in the list below because
-# this package is uterly buggy.
-RUN_DEPENDS= ${THEMESBASE}/libbuffy.so:${PORTSDIR}/x11-toolkits/buffy \
- ${THEMESBASE}/libclean.so:${PORTSDIR}/x11-toolkits/clean-theme-gtk \
- ${THEMESBASE}/libcolorstep.so:${PORTSDIR}/x11-toolkits/colorstep \
- ${THEMESBASE}/libengradient.so:${PORTSDIR}/x11-toolkits/engradient \
- ${THEMESBASE}/libgnomelook.so:${PORTSDIR}/x11-toolkits/gnome-look \
- ${THEMESBASE}/libgtkbe.so:${PORTSDIR}/x11-toolkits/gtkbe \
- ${THEMESBASE}/libicegradient.so:${PORTSDIR}/x11-toolkits/icegradient \
- ${THEMESBASE}/libmac2.so:${PORTSDIR}/x11-toolkits/gtk-Mac2-theme \
- ${THEMESBASE}/libstep.so:${PORTSDIR}/x11-toolkits/gtkstep \
- ${THEMESBASE}/libsteppastel.so:${PORTSDIR}/x11-toolkits/gtkstep-pastel \
- ${THEMESBASE}/libthinice.so:${PORTSDIR}/x11-toolkits/thinice \
- ${THEMESBASE}/libxeno.so:${PORTSDIR}/x11-toolkits/xenophilia
-
-THEMESBASE= ${X11BASE}/lib/gtk/themes/engines
-
-NO_BUILD= yes
-
-do-install: # empty
-
-.include <bsd.port.mk>