summaryrefslogtreecommitdiff
path: root/audio/squeezeboxserver-sqlplaylist/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2009-11-14 12:33:33 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2009-11-14 12:33:33 +0000
commitcc415305a049ca523f2a8cf674009fa77c54fee6 (patch)
tree6cf30da0266c6ffa712f243cc23f3c1b5c4a4fb8 /audio/squeezeboxserver-sqlplaylist/Makefile
parentd4e6bf5186e82e1b9df2ee5c6ad6642f974f54e9 (diff)
Diffstat (limited to 'audio/squeezeboxserver-sqlplaylist/Makefile')
-rw-r--r--audio/squeezeboxserver-sqlplaylist/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/audio/squeezeboxserver-sqlplaylist/Makefile b/audio/squeezeboxserver-sqlplaylist/Makefile
deleted file mode 100644
index f05cb118839f..000000000000
--- a/audio/squeezeboxserver-sqlplaylist/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: squeezecenter-sqlplaylist
-# Date created: 21 June 2008
-# Whom: Tim Bishop <tdb@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sqlplaylist
-PORTVERSION= 2.4
-CATEGORIES= audio
-MASTER_SITES= http://erland.homeip.net/download/do/downloadapplication?name=slimserver-sqlplaylist&filename=/
-PKGNAMEPREFIX= squeezecenter-
-DISTNAME= SQLPlayList-${PORTVERSION:S/b/beta/}
-DIST_SUBDIR= squeezecenter
-
-MAINTAINER= tdb@FreeBSD.org
-COMMENT= SqueezeCenter plugin to create playlists based on SQL queries
-
-RUN_DEPENDS= softsqueeze:${PORTSDIR}/audio/squeezecenter \
- ${LOCALBASE}/${SLIMDIR}/Plugins/DynamicPlayList/install.xml:${PORTSDIR}/audio/squeezecenter-dynamicplaylist
-
-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/SQLPlayList
- ${CP} -R ${WRKSRC}/SQLPlayList/* ${PREFIX}/${SLIMDIR}/Plugins/SQLPlayList
-
-.include <bsd.port.mk>