fe279f0df8
Discussed with: kris Approved by: portmgr (implicit)
27 lines
600 B
Makefile
27 lines
600 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
|
|
PORTREVISION= 1
|
|
|
|
COMMENT= The Bluecurve XMMS skin
|
|
|
|
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms \
|
|
unzip:${PORTSDIR}/archivers/unzip
|
|
|
|
MASTERDIR= ${.CURDIR}/../bluecurve-themes
|
|
|
|
NO_BUILD= yes
|
|
|
|
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"
|