diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-13 08:51:08 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-13 08:51:08 +0000 |
commit | df65859b09dbba963cd5b3dafe1f1a90186ddbef (patch) | |
tree | 4d5d66ff52db39d17cfca46daca4d3df829552b7 /x11-themes/thinice | |
parent | f1dfcbc2966d6ccad536d9a5d78aab8d06f6656e (diff) |
Notes
Diffstat (limited to 'x11-themes/thinice')
-rw-r--r-- | x11-themes/thinice/Makefile | 25 | ||||
-rw-r--r-- | x11-themes/thinice/distinfo | 1 | ||||
-rw-r--r-- | x11-themes/thinice/pkg-comment | 1 | ||||
-rw-r--r-- | x11-themes/thinice/pkg-descr | 3 | ||||
-rw-r--r-- | x11-themes/thinice/pkg-plist | 6 |
5 files changed, 36 insertions, 0 deletions
diff --git a/x11-themes/thinice/Makefile b/x11-themes/thinice/Makefile new file mode 100644 index 000000000000..cec85d690e51 --- /dev/null +++ b/x11-themes/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-themes/thinice/distinfo b/x11-themes/thinice/distinfo new file mode 100644 index 000000000000..3c6ba4571105 --- /dev/null +++ b/x11-themes/thinice/distinfo @@ -0,0 +1 @@ +MD5 (gtk-thinice-theme-1.0.3.tar.gz) = 8f7fc070cf53d05246069e184a357047 diff --git a/x11-themes/thinice/pkg-comment b/x11-themes/thinice/pkg-comment new file mode 100644 index 000000000000..d29bffda816a --- /dev/null +++ b/x11-themes/thinice/pkg-comment @@ -0,0 +1 @@ +A clean-looking GTK Theme Engine diff --git a/x11-themes/thinice/pkg-descr b/x11-themes/thinice/pkg-descr new file mode 100644 index 000000000000..84351af7ef92 --- /dev/null +++ b/x11-themes/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-themes/thinice/pkg-plist b/x11-themes/thinice/pkg-plist new file mode 100644 index 000000000000..dbff94c5f80f --- /dev/null +++ b/x11-themes/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 |