1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/audio/squeezecenter-dynamicplaylist/Makefile
Tim Bishop 2c888a9db7 Mark audio/squeezecenter-* ports as expired. They have been replaced by
the audio/squeezeboxserver-* ports. Expiration date in line with the
date set for audio/squeezecenter.
2009-11-03 14:43:26 +00:00

37 lines
985 B
Makefile

# New ports collection makefile for: squeezecenter-dynamicplaylist
# Date created: 21 June 2008
# Whom: Tim Bishop <tdb@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= dynamicplaylist
PORTVERSION= 2.7
CATEGORIES= audio
MASTER_SITES= http://erland.homeip.net/download/do/downloadapplication?name=slimserver-dynamicplaylist&filename=/
PKGNAMEPREFIX= squeezecenter-
DISTNAME= DynamicPlayList-${PORTVERSION:S/b/beta/}
DIST_SUBDIR= squeezecenter
MAINTAINER= tdb@FreeBSD.org
COMMENT= SqueezeCenter plugin to create dynamic playlists
DEPRECATED= Replaced by audio/squeezeboxserver-dynamicplaylist
EXPIRATION_DATE= 2009-11-30
RUN_DEPENDS= softsqueeze:${PORTSDIR}/audio/squeezecenter
FETCH_BEFORE_ARGS= -o ${DISTFILES}
USE_ZIP= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
SLIMDIR?= squeezecenter
PLIST_SUB+= SLIMDIR=${SLIMDIR}
do-install:
${MKDIR} ${PREFIX}/${SLIMDIR}/Plugins/DynamicPlayList
${CP} -R ${WRKSRC}/DynamicPlayList/* ${PREFIX}/${SLIMDIR}/Plugins/DynamicPlayList
.include <bsd.port.mk>