mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
29 lines
605 B
Makefile
29 lines
605 B
Makefile
# 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"
|