aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/clearlooks-phenix-theme/Makefile
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2014-01-09 20:12:38 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2014-01-09 20:12:38 +0000
commitc08efdb62e4c575f356f7a9d0d4c3a18a91bb86f (patch)
treea17c7c6eabae7add368aa0e3846abb6c244ca704 /x11-themes/clearlooks-phenix-theme/Makefile
parent421fe2d037f84d19f15fa49f17b1d1d9d80b8713 (diff)
downloadports-c08efdb62e4c575f356f7a9d0d4c3a18a91bb86f.tar.gz
ports-c08efdb62e4c575f356f7a9d0d4c3a18a91bb86f.zip
Notes
Diffstat (limited to 'x11-themes/clearlooks-phenix-theme/Makefile')
-rw-r--r--x11-themes/clearlooks-phenix-theme/Makefile20
1 files changed, 11 insertions, 9 deletions
diff --git a/x11-themes/clearlooks-phenix-theme/Makefile b/x11-themes/clearlooks-phenix-theme/Makefile
index a56ae7fc4141..c47e22fdd2b5 100644
--- a/x11-themes/clearlooks-phenix-theme/Makefile
+++ b/x11-themes/clearlooks-phenix-theme/Makefile
@@ -2,27 +2,29 @@
# $FreeBSD$
PORTNAME= clearlooks-phenix
-PORTVERSION= 3.0.15
+PORTVERSION= 3.0.16
CATEGORIES= x11-themes xfce
-MASTER_SITES= GOOGLE_CODE
+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= gtk3-unico-engine>=1.0.1:${PORTSDIR}/x11-themes/gtk3-unico-engine
+RUN_DEPENDS= gtk-engines2>=2.20.2:${PORTSDIR}/x11-themes/gtk-engines2
-PROJECTHOST= olivier-freebsd-ports
-
-USE_XZ= yes
+WRKSRC= ${WRKDIR}/projets-divers-${PORTNAME}
NO_BUILD= yes
-NO_STAGE= yes
+post-patch:
+ @${RM} ${WRKSRC}/gtk-?.0/*.orig
+
do-install:
- @${MKDIR} ${PREFIX}/share/themes/Clearlooks-Phenix
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/Clearlooks-Phenix
.for dir in gtk-2.0 gtk-3.0 xfwm4
@cd ${WRKSRC} && \
- ${COPYTREE_SHARE} ${dir} ${PREFIX}/share/themes/Clearlooks-Phenix
+ ${COPYTREE_SHARE} ${dir} \
+ ${STAGEDIR}${PREFIX}/share/themes/Clearlooks-Phenix
.endfor
.include <bsd.port.mk>