blob: e1a21cd0ed4edc6aa07d64a43481febd3baccdf0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# New ports collection makefile for: rezlooks
# Date created: 2006-07-02
# Whom: brandoncash@gmail.com
#
# $FreeBSD$
#
PORTNAME= rezlooks
PORTVERSION= 0.6
PORTREVISION= 7
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
post-patch:
@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
${WRKSRC}/src/animation.c
.include <bsd.port.mk>
|