From 894cbadc33c2321bafc183daa64951fc783a7ed1 Mon Sep 17 00:00:00 2001 From: sobomax Date: Tue, 13 Jun 2000 14:07:03 +0000 Subject: Initial import of gtk-engines-collection - a meta-port installing several GTK+ theme engines. --- x11-toolkits/gtk-engines-collection/Makefile | 32 +++++++++++++++++++++++++ x11-toolkits/gtk-engines-collection/pkg-comment | 1 + x11-toolkits/gtk-engines-collection/pkg-descr | 5 ++++ x11-toolkits/gtk-engines-collection/pkg-plist | 1 + 4 files changed, 39 insertions(+) create mode 100644 x11-toolkits/gtk-engines-collection/Makefile create mode 100644 x11-toolkits/gtk-engines-collection/pkg-comment create mode 100644 x11-toolkits/gtk-engines-collection/pkg-descr create mode 100644 x11-toolkits/gtk-engines-collection/pkg-plist (limited to 'x11-toolkits/gtk-engines-collection') diff --git a/x11-toolkits/gtk-engines-collection/Makefile b/x11-toolkits/gtk-engines-collection/Makefile new file mode 100644 index 00000000000..816bb190e99 --- /dev/null +++ b/x11-toolkits/gtk-engines-collection/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: gtk-engines-collection +# Date created: 13 June 2000 +# Whom: Maxim Sobolev +# +# $FreeBSD$ +# + +PORTNAME= gtk-engines-collection +PORTVERSION= 1.0 +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}/libclean.so:${PORTSDIR}/x11-toolkits/clean-theme-gtk \ + ${THEMESBASE}/libgnomelook.so:${PORTSDIR}/x11-toolkits/gnome-look \ + ${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 diff --git a/x11-toolkits/gtk-engines-collection/pkg-comment b/x11-toolkits/gtk-engines-collection/pkg-comment new file mode 100644 index 00000000000..22479f09808 --- /dev/null +++ b/x11-toolkits/gtk-engines-collection/pkg-comment @@ -0,0 +1 @@ +The "meta-port" for the collection of several GTK+ theme engines diff --git a/x11-toolkits/gtk-engines-collection/pkg-descr b/x11-toolkits/gtk-engines-collection/pkg-descr new file mode 100644 index 00000000000..c16ce5561cc --- /dev/null +++ b/x11-toolkits/gtk-engines-collection/pkg-descr @@ -0,0 +1,5 @@ +Meta-port installing collection of several GTK+ theme engines intended to +improve boring look of GTK+ widgets. + +- Maxim Sobolev + diff --git a/x11-toolkits/gtk-engines-collection/pkg-plist b/x11-toolkits/gtk-engines-collection/pkg-plist new file mode 100644 index 00000000000..549a621fec0 --- /dev/null +++ b/x11-toolkits/gtk-engines-collection/pkg-plist @@ -0,0 +1 @@ +@comment this plist intentionally left empty -- cgit