aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/clearlooks-phenix-theme/Makefile
blob: c47e22fdd2b586b83bdb869da31e18c656122017 (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
# Created by: Olivier Duchateau
# $FreeBSD$

PORTNAME=   clearlooks-phenix
PORTVERSION=    3.0.16
CATEGORIES= x11-themes xfce
MASTER_SITES=   GENTOO
MASTER_SITE_SUBDIR= distfiles
PKGNAMESUFFIX=  -theme

MAINTAINER= olivierd@FreeBSD.org
COMMENT=    Gtk3 port of Clearlooks theme for the Xfce Desktop

RUN_DEPENDS=    gtk-engines2>=2.20.2:${PORTSDIR}/x11-themes/gtk-engines2

WRKSRC= ${WRKDIR}/projets-divers-${PORTNAME}
NO_BUILD=   yes

post-patch:
    @${RM} ${WRKSRC}/gtk-?.0/*.orig

do-install:
    @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/Clearlooks-Phenix
.for dir in gtk-2.0 gtk-3.0 xfwm4
    @cd ${WRKSRC} && \
        ${COPYTREE_SHARE} ${dir} \
        ${STAGEDIR}${PREFIX}/share/themes/Clearlooks-Phenix
.endfor

.include <bsd.port.mk>