diff options
Diffstat (limited to 'x11-toolkits/gtk-cleanice-engine')
-rw-r--r-- | x11-toolkits/gtk-cleanice-engine/Makefile | 22 | ||||
-rw-r--r-- | x11-toolkits/gtk-cleanice-engine/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk-cleanice-engine/files/patch-configure | 10 | ||||
-rw-r--r-- | x11-toolkits/gtk-cleanice-engine/pkg-descr | 12 | ||||
-rw-r--r-- | x11-toolkits/gtk-cleanice-engine/pkg-plist | 7 |
5 files changed, 52 insertions, 0 deletions
diff --git a/x11-toolkits/gtk-cleanice-engine/Makefile b/x11-toolkits/gtk-cleanice-engine/Makefile new file mode 100644 index 000000000000..7a86534bb413 --- /dev/null +++ b/x11-toolkits/gtk-cleanice-engine/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: gtk-cleanice-engine +# Date Created: 13 March 2003 +# Whom: Philip Paeps <philip@paeps.cx> +# +# $FreeBSD$ +# + +PORTNAME= gtk-cleanice-engine +PORTVERSION= 1.2.3 +CATEGORIES= x11-toolkits gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= elysium-project +DISTNAME= gtk-engines-cleanice-${PORTVERSION} + +MAINTAINER= philip@paeps.cx +COMMENT= A simplistic GTK+ 2.x theme engine + +USE_X_PREFIX= yes +USE_LIBTOOL= yes +USE_GNOME= gnomehack gtk20 + +.include <bsd.port.mk> diff --git a/x11-toolkits/gtk-cleanice-engine/distinfo b/x11-toolkits/gtk-cleanice-engine/distinfo new file mode 100644 index 000000000000..a6f8edd59e83 --- /dev/null +++ b/x11-toolkits/gtk-cleanice-engine/distinfo @@ -0,0 +1 @@ +MD5 (gtk-engines-cleanice-1.2.3.tar.gz) = fabde34d9b5b4fe67855db1d6fefdefe diff --git a/x11-toolkits/gtk-cleanice-engine/files/patch-configure b/x11-toolkits/gtk-cleanice-engine/files/patch-configure new file mode 100644 index 000000000000..f7c33918c8ed --- /dev/null +++ b/x11-toolkits/gtk-cleanice-engine/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Thu Mar 13 22:30:06 2003 ++++ configure Thu Mar 13 22:30:54 2003 +@@ -7830,6 +7830,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/x11-toolkits/gtk-cleanice-engine/pkg-descr b/x11-toolkits/gtk-cleanice-engine/pkg-descr new file mode 100644 index 000000000000..c7b34b88c844 --- /dev/null +++ b/x11-toolkits/gtk-cleanice-engine/pkg-descr @@ -0,0 +1,12 @@ +CleanIce is a simplistic, semi-flat theme engine for GTK+ 2.x, based on the +ThinIce and Clean engines of old. The GTK+ 2.x engine has many benefits over +the original theme. The arrows are more consistent, the colors are slightly +revised to be more usable, etc. + +WWW: http://themes.freshmeat.net/projects/cleanice/?topic_id=958 + + - Philip + +-- +Philip Paeps +philip@paeps.cx diff --git a/x11-toolkits/gtk-cleanice-engine/pkg-plist b/x11-toolkits/gtk-cleanice-engine/pkg-plist new file mode 100644 index 000000000000..efa90b0c5117 --- /dev/null +++ b/x11-toolkits/gtk-cleanice-engine/pkg-plist @@ -0,0 +1,7 @@ +lib/gtk-2.0/2.2.0/engines/libcleanice.so +share/themes/CleanIce/gtk-2.0/gtkrc +share/themes/CleanIce-Dark/gtk-2.0/gtkrc +@dirrm share/themes/CleanIce/gtk-2.0 +@dirrm share/themes/CleanIce +@dirrm share/themes/CleanIce-Dark/gtk-2.0 +@dirrm share/themes/CleanIce-Dark |