aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/xmms-bluecurve-theme/Makefile
blob: 00729e135917c6af200177cd0c4f5e5af93cd614 (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
# New ports collection makefile for:    xmms-bluecurve-theme
# Date created:         29 May 2005
# Whom:             Jean-Yves Lefort <jylefort@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   xmms-bluecurve-theme

COMMENT=    The Bluecurve XMMS skin

RUN_DEPENDS=    xmms:${PORTSDIR}/multimedia/xmms \
        unzip:${PORTSDIR}/archivers/unzip

MASTERDIR=  ${.CURDIR}/../bluecurve-themes

NO_BUILD=   yes

PREFIX=     ${X11BASE}

SKIN=       Bluecurve-xmms.zip
PLIST_FILES=    share/xmms/Skins/${SKIN}

do-install:
    ${MKDIR} ${PREFIX}/share/xmms/Skins
    ${INSTALL_DATA} ${WRKSRC}/art/xmms/${SKIN} ${PREFIX}/share/xmms/Skins

.include "${MASTERDIR}/Makefile"