diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-13 16:51:08 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-13 16:51:08 +0800 |
commit | adc7e9721c6ff1d341241306a4f09bb203f5a6dc (patch) | |
tree | 96aa48b6060124fa7d9112985884f3b6128d8882 /x11-toolkits/thinice | |
parent | 9c805bd186da7d0fe61a27e8161e389db223c57d (diff) | |
download | freebsd-ports-graphics-adc7e9721c6ff1d341241306a4f09bb203f5a6dc.tar.gz freebsd-ports-graphics-adc7e9721c6ff1d341241306a4f09bb203f5a6dc.tar.zst freebsd-ports-graphics-adc7e9721c6ff1d341241306a4f09bb203f5a6dc.zip |
Initial import of the thinice - a yet another nice looking GTK+ theme engine
from my collection.
Diffstat (limited to 'x11-toolkits/thinice')
-rw-r--r-- | x11-toolkits/thinice/Makefile | 25 | ||||
-rw-r--r-- | x11-toolkits/thinice/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/thinice/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/thinice/pkg-descr | 3 | ||||
-rw-r--r-- | x11-toolkits/thinice/pkg-plist | 6 |
5 files changed, 36 insertions, 0 deletions
diff --git a/x11-toolkits/thinice/Makefile b/x11-toolkits/thinice/Makefile new file mode 100644 index 00000000000..cec85d690e5 --- /dev/null +++ b/x11-toolkits/thinice/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: thinice +# Date Created: 1 June 2000 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= thinice +PORTVERSION= 1.0.3 +CATEGORIES= x11-toolkits +MASTER_SITES= http://www.ing.umu.se/~stric/theme/ +DISTNAME= gtk-${PORTNAME}-theme-${PORTVERSION} + +MAINTAINER= sobomax@FreeBSD.org + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +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/thinice/distinfo b/x11-toolkits/thinice/distinfo new file mode 100644 index 00000000000..3c6ba457110 --- /dev/null +++ b/x11-toolkits/thinice/distinfo @@ -0,0 +1 @@ +MD5 (gtk-thinice-theme-1.0.3.tar.gz) = 8f7fc070cf53d05246069e184a357047 diff --git a/x11-toolkits/thinice/pkg-comment b/x11-toolkits/thinice/pkg-comment new file mode 100644 index 00000000000..d29bffda816 --- /dev/null +++ b/x11-toolkits/thinice/pkg-comment @@ -0,0 +1 @@ +A clean-looking GTK Theme Engine diff --git a/x11-toolkits/thinice/pkg-descr b/x11-toolkits/thinice/pkg-descr new file mode 100644 index 00000000000..84351af7ef9 --- /dev/null +++ b/x11-toolkits/thinice/pkg-descr @@ -0,0 +1,3 @@ +A clean-looking GTK Theme Engine. + +WWW: http://www.ing.umu.se/~stric/theme/ diff --git a/x11-toolkits/thinice/pkg-plist b/x11-toolkits/thinice/pkg-plist new file mode 100644 index 00000000000..dbff94c5f80 --- /dev/null +++ b/x11-toolkits/thinice/pkg-plist @@ -0,0 +1,6 @@ +lib/gtk/themes/engines/libthinice.so +share/themes/ThinIce/ICON.png +share/themes/ThinIce/README.html +share/themes/ThinIce/gtk/gtkrc +@dirrm share/themes/ThinIce/gtk +@dirrm share/themes/ThinIce |