diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-13 17:24:29 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-13 17:24:29 +0800 |
commit | d5b3c1fe290a63800d82dcb85006db0fff85238f (patch) | |
tree | d421f0c641ca79dfb2b732e85ca418ed5eca2aa4 /x11-toolkits/gtkstep-pastel | |
parent | 46a6c08440e4cfe43f54818a6872c424cfec4e74 (diff) | |
download | freebsd-ports-gnome-d5b3c1fe290a63800d82dcb85006db0fff85238f.tar.gz freebsd-ports-gnome-d5b3c1fe290a63800d82dcb85006db0fff85238f.tar.zst freebsd-ports-gnome-d5b3c1fe290a63800d82dcb85006db0fff85238f.zip |
Initial import of gtkstep-pastel - a nice gtkstep-based GTK+ theme engine.
Diffstat (limited to 'x11-toolkits/gtkstep-pastel')
-rw-r--r-- | x11-toolkits/gtkstep-pastel/Makefile | 29 | ||||
-rw-r--r-- | x11-toolkits/gtkstep-pastel/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/gtkstep-pastel/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/gtkstep-pastel/pkg-descr | 4 | ||||
-rw-r--r-- | x11-toolkits/gtkstep-pastel/pkg-plist | 6 |
5 files changed, 41 insertions, 0 deletions
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 <sobomax@FreeBSD.org> +# +# $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 <bsd.port.mk> 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 |