diff options
author | ahze <ahze@FreeBSD.org> | 2006-07-05 10:40:47 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-07-05 10:40:47 +0800 |
commit | d994abad6cb15efbfc0bd0971b6db882ea8954e4 (patch) | |
tree | ca8a97f291eed614a65a9a64c6747ab7d5150775 /x11-themes | |
parent | 9031e59bec09aacab77ef2c5df159f0c608f702b (diff) | |
download | freebsd-ports-gnome-d994abad6cb15efbfc0bd0971b6db882ea8954e4.tar.gz freebsd-ports-gnome-d994abad6cb15efbfc0bd0971b6db882ea8954e4.tar.zst freebsd-ports-gnome-d994abad6cb15efbfc0bd0971b6db882ea8954e4.zip |
Rezlooks is a GTK+2 theme engine based on the Cairo-enabled CVS Clearlooks
engine code.
WWW: http://www.gnome-look.org/content/show.php?content=39179
PR: ports/99769
Submitted by: brandoncash@gmail.com
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/rezlooks/Makefile | 31 | ||||
-rw-r--r-- | x11-themes/rezlooks/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/rezlooks/pkg-descr | 4 | ||||
-rw-r--r-- | x11-themes/rezlooks/pkg-plist | 2 |
5 files changed, 41 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index de1434a04ef5..1a9c2fad9bd3 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -157,6 +157,7 @@ SUBDIR += qinx SUBDIR += qnxstyle SUBDIR += qt-bluecurve-theme + SUBDIR += rezlooks SUBDIR += sapphire-themes SUBDIR += sawfish-themes SUBDIR += thinice diff --git a/x11-themes/rezlooks/Makefile b/x11-themes/rezlooks/Makefile new file mode 100644 index 000000000000..46c4edff450a --- /dev/null +++ b/x11-themes/rezlooks/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: rezlooks +# Date created: 2006-07-02 +# Whom: brandoncash@gmail.com +# +# $FreeBSD$ +# + +PORTNAME= rezlooks +PORTVERSION= 0.6 +CATEGORIES= x11-themes +MASTER_SITES= http://www.gnome-look.org/content/files/ +DISTNAME= 39179-rezlooks-${PORTVERSION} + +MAINTAINER= brandoncash@gmail.com +COMMENT= GTK+ 2.x engine based on Clearlooks + +WRKSRC= ${WRKDIR}/rezlooks-${PORTVERSION} + +GNU_CONFIGURE= yes +USE_GNOME= gtk20 +USE_X_PREFIX= yes + +OPTIONS+= ANIMATION "Animation support" On + +.include <bsd.port.pre.mk> + +.if !defined(WITHOUT_ANIMATION) +CONFIGURE_ARGS+= --enable-animation +.endif + +.include <bsd.port.post.mk> diff --git a/x11-themes/rezlooks/distinfo b/x11-themes/rezlooks/distinfo new file mode 100644 index 000000000000..580e6870c3fc --- /dev/null +++ b/x11-themes/rezlooks/distinfo @@ -0,0 +1,3 @@ +MD5 (39179-rezlooks-0.6.tar.gz) = 87b768eb372dd5065f9e36bf10245ac7 +SHA256 (39179-rezlooks-0.6.tar.gz) = a7dbc45ba32b8f1f40a097d7bafbdff595464c4af16a5bbb9febf63d15cab699 +SIZE (39179-rezlooks-0.6.tar.gz) = 290016 diff --git a/x11-themes/rezlooks/pkg-descr b/x11-themes/rezlooks/pkg-descr new file mode 100644 index 000000000000..e82a6804c38d --- /dev/null +++ b/x11-themes/rezlooks/pkg-descr @@ -0,0 +1,4 @@ +Rezlooks is a GTK+2 theme engine based on the Cairo-enabled CVS Clearlooks +engine code. + +WWW: http://www.gnome-look.org/content/show.php?content=39179 diff --git a/x11-themes/rezlooks/pkg-plist b/x11-themes/rezlooks/pkg-plist new file mode 100644 index 000000000000..9c2a88fbee18 --- /dev/null +++ b/x11-themes/rezlooks/pkg-plist @@ -0,0 +1,2 @@ +lib/gtk-2.0/%%GTK2_VERSION%%/engines/librezlooks.la +lib/gtk-2.0/%%GTK2_VERSION%%/engines/librezlooks.so |