diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-20 19:38:28 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-20 19:38:28 +0800 |
commit | cb0ff284c30c62530d4a4b49b7732b2c3a9a08c0 (patch) | |
tree | 81a3c932459f7b0db7cdf18abbc523cf44c04738 /x11-themes/rezlooks | |
parent | c4a0907cb0c85cb401b84369e479b81dbeb7dd18 (diff) | |
download | marcuscom-ports-cb0ff284c30c62530d4a4b49b7732b2c3a9a08c0.tar marcuscom-ports-cb0ff284c30c62530d4a4b49b7732b2c3a9a08c0.tar.gz marcuscom-ports-cb0ff284c30c62530d4a4b49b7732b2c3a9a08c0.tar.bz2 marcuscom-ports-cb0ff284c30c62530d4a4b49b7732b2c3a9a08c0.tar.lz marcuscom-ports-cb0ff284c30c62530d4a4b49b7732b2c3a9a08c0.tar.xz marcuscom-ports-cb0ff284c30c62530d4a4b49b7732b2c3a9a08c0.tar.zst marcuscom-ports-cb0ff284c30c62530d4a4b49b7732b2c3a9a08c0.zip |
- Convert the rest of gnome/gtk/metacity/sawfish themes to install
in LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6666 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes/rezlooks')
-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 |
4 files changed, 40 insertions, 0 deletions
diff --git a/x11-themes/rezlooks/Makefile b/x11-themes/rezlooks/Makefile new file mode 100644 index 000000000..b3874d38c --- /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 +PORTREVISION= 1 +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 + +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 000000000..580e6870c --- /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 000000000..e82a6804c --- /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 000000000..9c2a88fbe --- /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 |