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/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/x11-themes/gtk-engines-collection/Makefile b/x11-themes/gtk-engines-collection/Makefile
deleted file mode 100644
index 92f7e0b5fda1..000000000000
--- a/x11-themes/gtk-engines-collection/Makefile
+++ /dev/null
@@ -1,42 +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.6
-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:${THEMESPORTDIR}/buffy \
- ${THEMESBASE}/libclean.so:${THEMESPORTDIR}/clean-theme-gtk \
- ${THEMESBASE}/libcolorstep.so:${THEMESPORTDIR}/colorstep \
- ${THEMESBASE}/libengradient.so:${THEMESPORTDIR}/engradient \
- ${THEMESBASE}/libflat.so:${THEMESPORTDIR}/gtk-flat-theme \
- ${THEMESBASE}/libgnomelook.so:${THEMESPORTDIR}/gnome-look \
- ${THEMESBASE}/libgtkbe.so:${THEMESPORTDIR}/gtkbe \
- ${THEMESBASE}/libicegradient.so:${THEMESPORTDIR}/icegradient \
- ${THEMESBASE}/libmac2.so:${THEMESPORTDIR}/gtk-Mac2-theme \
- ${THEMESBASE}/libstep.so:${THEMESPORTDIR}/gtkstep \
- ${THEMESBASE}/libsteppastel.so:${THEMESPORTDIR}/gtkstep-pastel \
- ${THEMESBASE}/libthinice.so:${THEMESPORTDIR}/thinice \
- ${THEMESBASE}/libXenoStep.so:${THEMESPORTDIR}/xenostep \
- ${THEMESBASE}/libxeno.so:${THEMESPORTDIR}/xenophilia \
- ${THEMESBASE}/libwhistler.so:${THEMESPORTDIR}/whistlerk
-
-THEMESBASE= ${X11BASE}/lib/gtk/themes/engines
-THEMESPORTDIR= ${PORTSDIR}/x11-toolkits
-
-NO_BUILD= yes
-
-do-install: # empty
-
-.include <bsd.port.mk>