From d5b3c1fe290a63800d82dcb85006db0fff85238f Mon Sep 17 00:00:00 2001 From: sobomax Date: Tue, 13 Jun 2000 09:24:29 +0000 Subject: Initial import of gtkstep-pastel - a nice gtkstep-based GTK+ theme engine. --- x11-toolkits/gtkstep-pastel/Makefile | 29 +++++++++++++++++++++++++++++ x11-toolkits/gtkstep-pastel/distinfo | 1 + x11-toolkits/gtkstep-pastel/pkg-comment | 1 + x11-toolkits/gtkstep-pastel/pkg-descr | 4 ++++ x11-toolkits/gtkstep-pastel/pkg-plist | 6 ++++++ 5 files changed, 41 insertions(+) create mode 100644 x11-toolkits/gtkstep-pastel/Makefile create mode 100644 x11-toolkits/gtkstep-pastel/distinfo create mode 100644 x11-toolkits/gtkstep-pastel/pkg-comment create mode 100644 x11-toolkits/gtkstep-pastel/pkg-descr create mode 100644 x11-toolkits/gtkstep-pastel/pkg-plist (limited to 'x11-toolkits') diff --git a/x11-toolkits/gtkstep-pastel/Makefile b/x11-toolkits/gtkstep-pastel/Makefile new file mode 100644 index 000000000000..7d23464f3313 --- /dev/null +++ b/x11-toolkits/gtkstep-pastel/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: gtkstep-pastel +# Date Created: 1 June 2000 +# Whom: Maxim Sobolev +# +# $FreeBSD$ +# + +PORTNAME= gtkstep-pastel +PORTVERSION= 0.9.0 +CATEGORIES= x11-toolkits +MASTER_SITES= http://www.geocities.com/SiliconValley/Lab/8325/ +DISTNAME= ${PORTNAME}-${DISTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= sobomax@FreeBSD.org + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +DISTVERSION= 0_9_0 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +USE_X_PREFIX= yes +USE_LIBTOOL= yes + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" + +.include diff --git a/x11-toolkits/gtkstep-pastel/distinfo b/x11-toolkits/gtkstep-pastel/distinfo new file mode 100644 index 000000000000..e6eaa73eeb97 --- /dev/null +++ b/x11-toolkits/gtkstep-pastel/distinfo @@ -0,0 +1 @@ +MD5 (gtkstep-pastel-0_9_0.tgz) = f895770b5c069416e35d7e1b2bd96e00 diff --git a/x11-toolkits/gtkstep-pastel/pkg-comment b/x11-toolkits/gtkstep-pastel/pkg-comment new file mode 100644 index 000000000000..0d1969e31451 --- /dev/null +++ b/x11-toolkits/gtkstep-pastel/pkg-comment @@ -0,0 +1 @@ +Theme engine based on GtkStep to make GTK+ look nicier diff --git a/x11-toolkits/gtkstep-pastel/pkg-descr b/x11-toolkits/gtkstep-pastel/pkg-descr new file mode 100644 index 000000000000..e0063d9ff838 --- /dev/null +++ b/x11-toolkits/gtkstep-pastel/pkg-descr @@ -0,0 +1,4 @@ +A GTK+ theme engine to make GTK+ look nicier. This theme is based on +gtkstep-1.6, by Ullrich Hafner. + +WWW: http://fly.to/eru/ diff --git a/x11-toolkits/gtkstep-pastel/pkg-plist b/x11-toolkits/gtkstep-pastel/pkg-plist new file mode 100644 index 000000000000..94c0115b27ec --- /dev/null +++ b/x11-toolkits/gtkstep-pastel/pkg-plist @@ -0,0 +1,6 @@ +lib/gtk/themes/engines/libsteppastel.so +share/themes/StepPastel/ICON.png +share/themes/StepPastel/README.html +share/themes/StepPastel/gtk/gtkrc +@dirrm share/themes/StepPastel/gtk +@dirrm share/themes/StepPastel -- cgit