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)
40 lines
945 B
Makefile
40 lines
945 B
Makefile
# New ports collection makefile for: xmms-vumeter-skins
|
|
# Date created: 13 Jun 2005
|
|
# Whom: Alejandro Pulver <alejandro@varnet.biz>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmms-vumeter-skins
|
|
PORTVERSION= 0.9.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11-themes
|
|
MASTER_SITES= http://vumeterplugin.sourceforge.net/skins/
|
|
DISTFILES= X-skin.tar.bz2 \
|
|
vumeter_by.tar.bz2 \
|
|
vumeter_classic.tar.bz2 \
|
|
vuskin.tar.bz2
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= alepulver@FreeBSD.org
|
|
COMMENT= Additional skins for the XMMS Analog VUmeter plugin
|
|
|
|
RUN_DEPENDS= ${SKINSDIR}/default/skin.cfg:${PORTSDIR}/graphics/xmms-vumeter
|
|
|
|
USE_BZIP2= yes
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
SKINSDIR= ${PREFIX}/share/xmms/VU_Meter_skins
|
|
PLIST_SUB= SKINSDIR="${SKINSDIR:S,^${PREFIX}/,,}"
|
|
|
|
post-extract:
|
|
@${RM} -f ${WRKSRC}/X-skin/*.psd
|
|
|
|
do-install:
|
|
.for s in X-skin by classic vuskin
|
|
${MKDIR} ${SKINSDIR}/${s}
|
|
${INSTALL_DATA} ${WRKSRC}/${s}/* ${SKINSDIR}/${s}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|