090059a210
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)
29 lines
623 B
Makefile
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"
|