freebsd-ports/x11-themes/clearlooks-phenix-theme/Makefile
Olivier Duchateau 684939120d - Update to 7.0.1
- Port is architecture neutral
2016-10-08 19:43:59 +00:00

32 lines
715 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= clearlooks-phenix
PORTVERSION= 7.0.1
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:x11-themes/gtk-engines2
USE_GITHUB= yes
NO_BUILD= yes
NO_ARCH= 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
${INSTALL_DATA} ${WRKSRC}/index.theme \
${STAGEDIR}${PREFIX}/share/themes/Clearlooks-Phenix
.include <bsd.port.mk>