freebsd-ports/x11-themes/xmms-eq-skins/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

32 lines
720 B
Makefile

# New ports collection makefile for: xmms-eq-skins
# Date created: 13 Jun 2005
# Whom: Alejandro Pulver <alejandro@varnet.biz>
#
# $FreeBSD$
#
PORTNAME= xmms-eq-skins
PORTVERSION= 0.2
PORTREVISION= 4
CATEGORIES= x11-themes
MASTER_SITES= SF
MASTER_SITE_SUBDIR= equ
DISTNAME= eq-xmms-skins-${PORTVERSION}
MAINTAINER= alepulver@FreeBSD.org
COMMENT= Additional skins for the XMMS EQ plugin
RUN_DEPENDS= ${LOCALBASE}/lib/xmms/Effect/libeq.so:${PORTSDIR}/audio/xmms-eq
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/EQskins
NO_BUILD= yes
SKINSDIR= ${PREFIX}/lib/xmms/EQskins
PLIST_SUB= SKINSDIR="${SKINSDIR:S,^${PREFIX}/,,}"
do-install:
${MKDIR} ${SKINSDIR}
${INSTALL_DATA} ${WRKSRC}/*.tgz ${SKINSDIR}
.include <bsd.port.mk>