diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-13 09:24:29 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-13 09:24:29 +0000 |
commit | 21cffe50bffd73df16c2c0888553bf34e1454d4a (patch) | |
tree | 89cd3376f4c7514d69a8f92d41c9e4caee8a01e4 /x11-themes | |
parent | f04d42fdef031da041c75dadeb61cce31a7a3bf6 (diff) | |
download | ports-21cffe50bffd73df16c2c0888553bf34e1454d4a.tar.gz ports-21cffe50bffd73df16c2c0888553bf34e1454d4a.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtkstep-pastel/Makefile | 29 | ||||
-rw-r--r-- | x11-themes/gtkstep-pastel/distinfo | 1 | ||||
-rw-r--r-- | x11-themes/gtkstep-pastel/pkg-comment | 1 | ||||
-rw-r--r-- | x11-themes/gtkstep-pastel/pkg-descr | 4 | ||||
-rw-r--r-- | x11-themes/gtkstep-pastel/pkg-plist | 6 |
5 files changed, 41 insertions, 0 deletions
diff --git a/x11-themes/gtkstep-pastel/Makefile b/x11-themes/gtkstep-pastel/Makefile new file mode 100644 index 000000000000..7d23464f3313 --- /dev/null +++ b/x11-themes/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-themes/gtkstep-pastel/distinfo b/x11-themes/gtkstep-pastel/distinfo new file mode 100644 index 000000000000..e6eaa73eeb97 --- /dev/null +++ b/x11-themes/gtkstep-pastel/distinfo @@ -0,0 +1 @@ +MD5 (gtkstep-pastel-0_9_0.tgz) = f895770b5c069416e35d7e1b2bd96e00 diff --git a/x11-themes/gtkstep-pastel/pkg-comment b/x11-themes/gtkstep-pastel/pkg-comment new file mode 100644 index 000000000000..0d1969e31451 --- /dev/null +++ b/x11-themes/gtkstep-pastel/pkg-comment @@ -0,0 +1 @@ +Theme engine based on GtkStep to make GTK+ look nicier diff --git a/x11-themes/gtkstep-pastel/pkg-descr b/x11-themes/gtkstep-pastel/pkg-descr new file mode 100644 index 000000000000..e0063d9ff838 --- /dev/null +++ b/x11-themes/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-themes/gtkstep-pastel/pkg-plist b/x11-themes/gtkstep-pastel/pkg-plist new file mode 100644 index 000000000000..94c0115b27ec --- /dev/null +++ b/x11-themes/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 |