diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-07-05 02:40:47 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-07-05 02:40:47 +0000 |
commit | dfe986b9e78378c33f917807138dd46b088ac3fe (patch) | |
tree | 892c6c3d75556f77258b44f38dd5ab2392aea765 /x11-themes | |
parent | fb0914231a111380c160eb4d9cf99067ca0bb8bc (diff) |
Notes
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 |