aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/clearlooks/Makefile
blob: c51420234620f5b72ca4943af0bb93da99ea3fc3 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
#   $MCom: ports/x11-themes/clearlooks/Makefile,v 1.8 2007/08/07 04:34:29 mezz Exp $

PORTNAME?=  clearlooks
PORTVERSION=    0.6.2
PORTREVISION=   11
CATEGORIES= x11-themes
MASTER_SITES=   SF/clearlooks/clearlooks/clearlooks%20${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT?=   GTK+ 2.x engine based on Bluecurve

USE_BZIP2=  yes
GNU_CONFIGURE=  yes
USE_GNOME=  gtk20
USES=       pkgconfig
INSTALLS_ICONS= yes

CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

.if defined(PORTNAME) && !defined(PKGNAMESUFFIX)
OPTIONS+=   ANIMATION "Enable experimental animated progressbars" Off \
        METACITY "Depend on MetaCity Theme" On
.endif

.include <bsd.port.pre.mk>

.if !defined(PKGNAMESUFFIX)
CONFLICTS+= gtk-engines2-[0-9]* clearlooks-themes[0-9]*
PLIST_SUB+= ENGINE=""
.else
CONFLICTS+= clearlooks-[0-9]*

BUILD_DEPENDS+= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2
RUN_DEPENDS+=   gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2

BUILD_WRKSRC=   ${WRKSRC}/themes
INSTALL_WRKSRC= ${WRKSRC}/themes

PLIST_SUB+= ENGINE="@comment "
.endif

.if !defined(WITHOUT_METACITY) && !defined(PKGNAMESUFFIX)
RUN_DEPENDS+=   ${LOCALBASE}/share/themes/Clearlooks/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/clearlooks-metacity
.endif

.if defined(WITH_ANIMATION)
CONFIGURE_ARGS+=    --enable-animation
.endif

.if !defined(PKGNAMESUFFIX)
pre-everything::
    @if [ -n "`${PKG_INFO} -xI '^gtk-engines2*[0-9]*'`" ]; then \
        ${ECHO_MSG} ; \
        ${ECHO_MSG} "Gnome/gtk-engine users should use ${PORTSDIR}/x11-themes/clearlooks-themes instead" ; \
        ${ECHO_MSG} ; \
        ${FALSE}; \
    fi
.endif

post-patch:
    @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
.if ${PORTNAME} != "clearlooks"
    @${REINPLACE_CMD} -e 's|gtkrc||' \
        ${WRKSRC}/themes/Clearlooks/gtk-2.0/Makefile.in
.endif

.include <bsd.port.post.mk>