|
Lines 23-36
Link Here
|
| 23 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
23 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
| 24 |
LDFLAGS="-L${LOCALBASE}/lib" |
24 |
LDFLAGS="-L${LOCALBASE}/lib" |
| 25 |
|
25 |
|
| 26 |
.if defined(PORTNAME) && ${PORTNAME} == "clearlooks" |
26 |
.if defined(PORTNAME) && !defined(PKGNAMESUFFIX) |
| 27 |
OPTIONS+= ANIMATION "Enable experimental animated progressbars" Off \ |
27 |
OPTIONS+= ANIMATION "Enable experimental animated progressbars" Off \ |
| 28 |
METACITY "Depend on MetaCity Theme" On |
28 |
METACITY "Depend on MetaCity Theme" On |
| 29 |
.endif |
29 |
.endif |
| 30 |
|
30 |
|
| 31 |
.include <bsd.port.pre.mk> |
31 |
.include <bsd.port.pre.mk> |
| 32 |
|
32 |
|
| 33 |
.if ${PORTNAME} == "clearlooks" |
33 |
.if !defined(PKGNAMESUFFIX) |
| 34 |
CONFLICTS+= gtk-engines2-[0-9]* clearlooks-themes[0-9]* |
34 |
CONFLICTS+= gtk-engines2-[0-9]* clearlooks-themes[0-9]* |
| 35 |
PLIST_SUB+= ENGINE="" |
35 |
PLIST_SUB+= ENGINE="" |
| 36 |
.else |
36 |
.else |
|
Lines 45-51
Link Here
|
| 45 |
PLIST_SUB+= ENGINE="@comment " |
45 |
PLIST_SUB+= ENGINE="@comment " |
| 46 |
.endif |
46 |
.endif |
| 47 |
|
47 |
|
| 48 |
.if !defined(WITHOUT_METACITY) && ${PORTNAME}=="clearlooks" |
48 |
.if !defined(WITHOUT_METACITY) && !defined(PKGNAMESUFFIX) |
| 49 |
RUN_DEPENDS+= ${LOCALBASE}/share/themes/Clearlooks/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/clearlooks-metacity |
49 |
RUN_DEPENDS+= ${LOCALBASE}/share/themes/Clearlooks/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/clearlooks-metacity |
| 50 |
.endif |
50 |
.endif |
| 51 |
|
51 |
|
|
Lines 53-59
Link Here
|
| 53 |
CONFIGURE_ARGS+= --enable-animation |
53 |
CONFIGURE_ARGS+= --enable-animation |
| 54 |
.endif |
54 |
.endif |
| 55 |
|
55 |
|
| 56 |
.if ${PORTNAME} == "clearlooks" |
56 |
.if !defined(PKGNAMESUFFIX) |
| 57 |
pre-everything:: |
57 |
pre-everything:: |
| 58 |
@if [ -n "`${PKG_INFO} -xI '^gtk-engines2*[0-9]*'`" ]; then \ |
58 |
@if [ -n "`${PKG_INFO} -xI '^gtk-engines2*[0-9]*'`" ]; then \ |
| 59 |
${ECHO_MSG} ; \ |
59 |
${ECHO_MSG} ; \ |