freebsd-ports/x11-themes/rezlooks/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

35 lines
704 B
Makefile

# New ports collection makefile for: rezlooks
# Date created: 2006-07-02
# Whom: brandoncash@gmail.com
#
# $FreeBSD$
#
PORTNAME= rezlooks
PORTVERSION= 0.6
PORTREVISION= 2
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
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not build on 4.x
.endif
.if !defined(WITHOUT_ANIMATION)
CONFIGURE_ARGS+= --enable-animation
.endif
.include <bsd.port.post.mk>