freebsd-ports/x11-themes/xmms-bluecurve-theme/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

29 lines
623 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= 2
COMMENT= The Bluecurve XMMS skin
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms \
unzip:${PORTSDIR}/archivers/unzip
MASTERDIR= ${.CURDIR}/../bluecurve-themes
PREFIX= ${LOCALBASE}
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"