diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-06-23 06:53:36 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-06-23 06:53:36 +0000 |
commit | 9cfc390abf3e65b91f94a925eca6e8cde46e64e3 (patch) | |
tree | 8af64cd3517edc72d519a2f93c05f9cd87f29d25 /x11-themes | |
parent | 4afab58dbdd384c1441ef80095a6b2058bb32e75 (diff) | |
download | ports-9cfc390abf3e65b91f94a925eca6e8cde46e64e3.tar.gz ports-9cfc390abf3e65b91f94a925eca6e8cde46e64e3.zip |
Add gtk-zenith-theme, yet another gtk theme engine.
Notes
Notes:
svn path=/head/; revision=44343
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-zenith-theme/Makefile | 24 | ||||
-rw-r--r-- | x11-themes/gtk-zenith-theme/distinfo | 1 | ||||
-rw-r--r-- | x11-themes/gtk-zenith-theme/pkg-comment | 1 | ||||
-rw-r--r-- | x11-themes/gtk-zenith-theme/pkg-descr | 1 | ||||
-rw-r--r-- | x11-themes/gtk-zenith-theme/pkg-plist | 6 |
5 files changed, 33 insertions, 0 deletions
diff --git a/x11-themes/gtk-zenith-theme/Makefile b/x11-themes/gtk-zenith-theme/Makefile new file mode 100644 index 000000000000..fe4cdd274fb6 --- /dev/null +++ b/x11-themes/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-themes/gtk-zenith-theme/distinfo b/x11-themes/gtk-zenith-theme/distinfo new file mode 100644 index 000000000000..0d29817dc37f --- /dev/null +++ b/x11-themes/gtk-zenith-theme/distinfo @@ -0,0 +1 @@ +MD5 (Zenith-1.2.tar.gz) = f4dba97979f4d053f34da12a14b33cd3 diff --git a/x11-themes/gtk-zenith-theme/pkg-comment b/x11-themes/gtk-zenith-theme/pkg-comment new file mode 100644 index 000000000000..921b79fd1084 --- /dev/null +++ b/x11-themes/gtk-zenith-theme/pkg-comment @@ -0,0 +1 @@ +The Zenith GTK theme engine diff --git a/x11-themes/gtk-zenith-theme/pkg-descr b/x11-themes/gtk-zenith-theme/pkg-descr new file mode 100644 index 000000000000..bafc4738a00a --- /dev/null +++ b/x11-themes/gtk-zenith-theme/pkg-descr @@ -0,0 +1 @@ +The Zenith GTK theme engine. diff --git a/x11-themes/gtk-zenith-theme/pkg-plist b/x11-themes/gtk-zenith-theme/pkg-plist new file mode 100644 index 000000000000..6145f0ee7f59 --- /dev/null +++ b/x11-themes/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 |