freebsd-ports/x11-themes/clearlooks-phenix-theme/Makefile
Mathieu Arnold fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00

29 lines
621 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= clearlooks-phenix
PORTVERSION= 6.0.3
CATEGORIES= x11-themes xfce
PKGNAMESUFFIX= -theme
MAINTAINER= olivierd@FreeBSD.org
COMMENT= Gtk3 port of Clearlooks theme for the Xfce Desktop
LICENSE= GPLv3
RUN_DEPENDS= gtk-engines2>=2.20.2:${PORTSDIR}/x11-themes/gtk-engines2
USE_GITHUB= yes
NO_BUILD= yes
GH_ACCOUNT= jpfleury
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>