aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/fluxbox-tenr-styles-pack/Makefile
blob: e6060a9a9bb47fce0d75f1e95713f1f7acfb50d1 (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
31
32
33
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$

PORTNAME=	fluxbox-tenr-styles-pack
PORTVERSION=	20190912
CATEGORIES=	x11-themes
MASTER_SITES=	http://tenr.de/styles/archives/
DISTNAME=	tenr.de-styles-pkg_${PORTVERSION}

MAINTAINER=	jgh@FreeBSD.org
COMMENT=	Tenner themes pack for fluxbox

RUN_DEPENDS=	fluxbox:x11-wm/fluxbox

USES=	tar:bzip2 xorg

INSTALL_DIR=	${PREFIX}/share/fluxbox/styles/

USE_XORG=	x11
NO_BUILD=	yes

WRKSRC=		${WRKDIR}/tenr.de-styles-pkg

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

do-install:
	${MKDIR} ${STAGEDIR}${INSTALL_DIR}
	cd ${WRKSRC}; ${COPYTREE_SHARE} \* ${STAGEDIR}${INSTALL_DIR}

.include <bsd.port.mk>