2013-09-21 01:54:03 +02:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2007-12-15 14:54:39 +01:00
|
|
|
|
|
|
|
PORTNAME= fluxbox-tenr-styles-pack
|
2019-09-13 22:09:09 +02:00
|
|
|
PORTVERSION= 20190912
|
2007-12-15 14:54:39 +01:00
|
|
|
CATEGORIES= x11-themes
|
2019-09-13 22:09:09 +02:00
|
|
|
MASTER_SITES= http://tenr.de/styles/archives/
|
|
|
|
DISTNAME= tenr.de-styles-pkg_${PORTVERSION}
|
2007-12-15 14:54:39 +01:00
|
|
|
|
2019-09-13 22:09:09 +02:00
|
|
|
MAINTAINER= jgh@FreeBSD.org
|
2007-12-15 14:54:39 +01:00
|
|
|
COMMENT= Tenner themes pack for fluxbox
|
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
RUN_DEPENDS= fluxbox:x11-wm/fluxbox
|
2007-12-15 14:54:39 +01:00
|
|
|
|
2019-09-13 22:09:09 +02:00
|
|
|
USES= tar:bzip2 xorg
|
|
|
|
|
2007-12-15 14:54:39 +01:00
|
|
|
INSTALL_DIR= ${PREFIX}/share/fluxbox/styles/
|
|
|
|
|
2008-03-21 16:33:07 +01:00
|
|
|
USE_XORG= x11
|
2007-12-15 14:54:39 +01:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/tenr.de-styles-pkg
|
|
|
|
|
2019-09-13 22:09:09 +02:00
|
|
|
post-extract:
|
|
|
|
.for theme in arch bloe bora_black bora_blue bora_green carp green_tea ostrich zimek_bisque zimek_darkblue zimek_green
|
|
|
|
@${RM} -rf ${WRKSRC}/${theme}
|
|
|
|
.endfor
|
|
|
|
|
2007-12-15 14:54:39 +01:00
|
|
|
do-install:
|
2014-01-27 12:46:37 +01:00
|
|
|
${MKDIR} ${STAGEDIR}${INSTALL_DIR}
|
|
|
|
cd ${WRKSRC}; ${COPYTREE_SHARE} \* ${STAGEDIR}${INSTALL_DIR}
|
2007-12-15 14:54:39 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|