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

PORTNAME=   fluxbox-tenr-styles-pack
PORTVERSION=    20071215
PORTREVISION=   3
CATEGORIES= x11-themes
MASTER_SITES=   http://freebsd.unixfreunde.de/sources/fluxthemes/
DISTNAME=   tenr.de-styles-${PORTVERSION}

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

RUN_DEPENDS=    fluxbox:${PORTSDIR}/x11-wm/fluxbox

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

USES=   tar:bzip2
USE_XORG=   x11
NO_BUILD=   yes

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

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

.include <bsd.port.mk>