1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/x11-themes/rezlooks/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

30 lines
606 B
Makefile

# New ports collection makefile for: rezlooks
# Date created: 2006-07-02
# Whom: brandoncash@gmail.com
#
# $FreeBSD$
#
PORTNAME= rezlooks
PORTVERSION= 0.6
PORTREVISION= 3
CATEGORIES= x11-themes
MASTER_SITES= http://www.gnome-look.org/CONTENT/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
.if !defined(WITHOUT_ANIMATION)
CONFIGURE_ARGS+= --enable-animation
.endif
.include <bsd.port.mk>