diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-06 11:29:23 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-06 11:29:23 +0000 |
commit | 93af7ecedddaf2556ac1a7b3d4c72f47213fc9d5 (patch) | |
tree | e49dffbec4c7c6397b0971a75266e13fa8f938b6 /x11-toolkits | |
parent | Update port to new version, pre2.600. (diff) |
Add gtkbe - a BeOS look-alike GTK+ theme engine.
Notes
Notes:
svn path=/head/; revision=30268
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gtkbe/Makefile | 28 | ||||
-rw-r--r-- | x11-toolkits/gtkbe/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/gtkbe/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/gtkbe/pkg-descr | 3 | ||||
-rw-r--r-- | x11-toolkits/gtkbe/pkg-plist | 6 |
6 files changed, 40 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 583d13b20998..f3e20470c83d 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -17,6 +17,7 @@ SUBDIR += gtk-engines-collection SUBDIR += gtk10 SUBDIR += gtk12 + SUBDIR += gtkbe SUBDIR += gtkglarea SUBDIR += gtkstep SUBDIR += gtkstep-pastel diff --git a/x11-toolkits/gtkbe/Makefile b/x11-toolkits/gtkbe/Makefile new file mode 100644 index 000000000000..3eec0441ef67 --- /dev/null +++ b/x11-toolkits/gtkbe/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gtk-be-engine +# Date Created: 6 July 2000 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gtkbe +PORTVERSION= 200007051348 +CATEGORIES= x11-toolkits +MASTER_SITES= ftp://ftp.themes.org/pub/themes/gtk/ +DISTNAME= GTK-Be-1.2.x-${PORTVERSION} + +MAINTAINER= sobomax@FreeBSD.org + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +WRKSRC= ${WRKDIR}/GTKBeEngine + +USE_X_PREFIX= yes +USE_LIBTOOL= yes +USE_GMAKE= yes + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" + +.include <bsd.port.mk> diff --git a/x11-toolkits/gtkbe/distinfo b/x11-toolkits/gtkbe/distinfo new file mode 100644 index 000000000000..05652c11341e --- /dev/null +++ b/x11-toolkits/gtkbe/distinfo @@ -0,0 +1 @@ +MD5 (GTK-Be-1.2.x-200007051348.tar.gz) = 1963dee7b5e8d858c7b6fa66c4197614 diff --git a/x11-toolkits/gtkbe/pkg-comment b/x11-toolkits/gtkbe/pkg-comment new file mode 100644 index 000000000000..679185718151 --- /dev/null +++ b/x11-toolkits/gtkbe/pkg-comment @@ -0,0 +1 @@ +BeOS look-alike GTK+ theme engine diff --git a/x11-toolkits/gtkbe/pkg-descr b/x11-toolkits/gtkbe/pkg-descr new file mode 100644 index 000000000000..e53e9bfe265f --- /dev/null +++ b/x11-toolkits/gtkbe/pkg-descr @@ -0,0 +1,3 @@ +A BeOS look-alike GTK+ theme engine. + +WWW: http://www.ing.umu.se/~stric/theme/ diff --git a/x11-toolkits/gtkbe/pkg-plist b/x11-toolkits/gtkbe/pkg-plist new file mode 100644 index 000000000000..eec881230cec --- /dev/null +++ b/x11-toolkits/gtkbe/pkg-plist @@ -0,0 +1,6 @@ +lib/gtk/themes/engines/libgtkbe.so +share/themes/GTKBe/ICON.png +share/themes/GTKBe/README.html +share/themes/GTKBe/gtk/gtkrc +@dirrm share/themes/GTKBe/gtk +@dirrm share/themes/GTKBe |