summaryrefslogtreecommitdiff
path: root/audio/squeezeboxserver-dynamicplaylist/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/squeezeboxserver-dynamicplaylist/Makefile')
-rw-r--r--audio/squeezeboxserver-dynamicplaylist/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/audio/squeezeboxserver-dynamicplaylist/Makefile b/audio/squeezeboxserver-dynamicplaylist/Makefile
deleted file mode 100644
index 3b61b9e33a55..000000000000
--- a/audio/squeezeboxserver-dynamicplaylist/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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
-
-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>