1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/x11-themes/xmms-eq-skins/Makefile
Alejandro Pulver faf157a3b3 Change the maintainership address to the @FreeBSD.org one.
Approved by:	garga (mentor)
2006-04-09 13:08:16 +00:00

34 lines
760 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= 1
CATEGORIES= x11-themes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= equ
DISTNAME= eq-xmms-skins-${PORTVERSION}
MAINTAINER= alepulver@FreeBSD.org
COMMENT= Additional skins for the XMMS EQ plugin
RUN_DEPENDS= ${X11BASE}/lib/xmms/Effect/libeq.so:${PORTSDIR}/audio/xmms-eq
USE_BZIP2= yes
USE_X_PREFIX= 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>