diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-06-23 14:53:36 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-06-23 14:53:36 +0800 |
commit | c5ac2c94e575626d91020d6c9af24fba73646af1 (patch) | |
tree | 611543382fc58359ab279addb3d2d24a5458a7b4 /x11-toolkits | |
parent | 65230df83654123239f4cce5251f24bd405580d0 (diff) | |
download | freebsd-ports-gnome-c5ac2c94e575626d91020d6c9af24fba73646af1.tar.gz freebsd-ports-gnome-c5ac2c94e575626d91020d6c9af24fba73646af1.tar.zst freebsd-ports-gnome-c5ac2c94e575626d91020d6c9af24fba73646af1.zip |
Add gtk-zenith-theme, yet another gtk theme engine.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk-zenith-theme/Makefile | 24 | ||||
-rw-r--r-- | x11-toolkits/gtk-zenith-theme/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk-zenith-theme/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk-zenith-theme/pkg-descr | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk-zenith-theme/pkg-plist | 6 |
6 files changed, 34 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 63cda5a0cef2..97cb044ef6b6 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -28,6 +28,7 @@ SUBDIR += gtk-engines-collection SUBDIR += gtk-flat-theme SUBDIR += gtk-qn-x11-theme + SUBDIR += gtk-zenith-theme SUBDIR += gtk12 SUBDIR += gtk13 SUBDIR += gtkada diff --git a/x11-toolkits/gtk-zenith-theme/Makefile b/x11-toolkits/gtk-zenith-theme/Makefile new file mode 100644 index 000000000000..fe4cdd274fb6 --- /dev/null +++ b/x11-toolkits/gtk-zenith-theme/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: gtk-zenith-theme +# Date Created: 23 June 2001 +# Whom: olgeni@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= gtk-zenith-theme +PORTVERSION= 1.0 +CATEGORIES= x11-toolkits +MASTER_SITES= ${MASTER_SITE_THEMES} +MASTER_SITE_SUBDIR= gtk +DISTNAME= Zenith-1.2 + +MAINTAINER= olgeni@FreeBSD.org + +WRKSRC= ${WRKDIR}/zenith-1.0 + +USE_X_PREFIX= yes +USE_GTK= yes +USE_LIBTOOL= yes +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/x11-toolkits/gtk-zenith-theme/distinfo b/x11-toolkits/gtk-zenith-theme/distinfo new file mode 100644 index 000000000000..0d29817dc37f --- /dev/null +++ b/x11-toolkits/gtk-zenith-theme/distinfo @@ -0,0 +1 @@ +MD5 (Zenith-1.2.tar.gz) = f4dba97979f4d053f34da12a14b33cd3 diff --git a/x11-toolkits/gtk-zenith-theme/pkg-comment b/x11-toolkits/gtk-zenith-theme/pkg-comment new file mode 100644 index 000000000000..921b79fd1084 --- /dev/null +++ b/x11-toolkits/gtk-zenith-theme/pkg-comment @@ -0,0 +1 @@ +The Zenith GTK theme engine diff --git a/x11-toolkits/gtk-zenith-theme/pkg-descr b/x11-toolkits/gtk-zenith-theme/pkg-descr new file mode 100644 index 000000000000..bafc4738a00a --- /dev/null +++ b/x11-toolkits/gtk-zenith-theme/pkg-descr @@ -0,0 +1 @@ +The Zenith GTK theme engine. diff --git a/x11-toolkits/gtk-zenith-theme/pkg-plist b/x11-toolkits/gtk-zenith-theme/pkg-plist new file mode 100644 index 000000000000..6145f0ee7f59 --- /dev/null +++ b/x11-toolkits/gtk-zenith-theme/pkg-plist @@ -0,0 +1,6 @@ +lib/gtk/themes/engines/libzenith.so +share/themes/Zenith/ICON.png +share/themes/Zenith/README.html +share/themes/Zenith/gtk/gtkrc +@dirrm share/themes/Zenith/gtk +@dirrm share/themes/Zenith |