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
This commit is contained in:
parent
fb0914231a
commit
dfe986b9e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166957
5 changed files with 41 additions and 0 deletions
|
@ -157,6 +157,7 @@
|
|||
SUBDIR += qinx
|
||||
SUBDIR += qnxstyle
|
||||
SUBDIR += qt-bluecurve-theme
|
||||
SUBDIR += rezlooks
|
||||
SUBDIR += sapphire-themes
|
||||
SUBDIR += sawfish-themes
|
||||
SUBDIR += thinice
|
||||
|
|
31
x11-themes/rezlooks/Makefile
Normal file
31
x11-themes/rezlooks/Makefile
Normal file
|
@ -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>
|
3
x11-themes/rezlooks/distinfo
Normal file
3
x11-themes/rezlooks/distinfo
Normal file
|
@ -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
|
4
x11-themes/rezlooks/pkg-descr
Normal file
4
x11-themes/rezlooks/pkg-descr
Normal file
|
@ -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
|
2
x11-themes/rezlooks/pkg-plist
Normal file
2
x11-themes/rezlooks/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
lib/gtk-2.0/%%GTK2_VERSION%%/engines/librezlooks.la
|
||||
lib/gtk-2.0/%%GTK2_VERSION%%/engines/librezlooks.so
|
Loading…
Reference in a new issue