1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/audio/logitechmediaserver-sqlplaylist/Makefile
Adam Weinberger 3a194db7cd Return Mark Dixon's ports to the heap.
He put a ton of work into these, so our thanks to him for giving us
all that time and effort.

Submitted by:	Mark Dixon
2019-09-06 12:38:31 +00:00

35 lines
1.0 KiB
Makefile

# Created by: Tim Bishop <tdb@FreeBSD.org>
# $FreeBSD$
PORTNAME= sqlplaylist
PORTVERSION= 2.5.3859
CATEGORIES= audio
MASTER_SITES= http://downloads.isaksson.info/download/do/downloadapplication?name=slimserver-sqlplaylist&filename=/
PKGNAMEPREFIX= logitechmediaserver-
DISTNAME= SQLPlayList-${PORTVERSION:S/b/beta/}
DIST_SUBDIR= logitechmediaserver
MAINTAINER= ports@FreeBSD.org
COMMENT= Logitech Media Server plugin to create playlists based on SQL queries
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/SQLPlayList/LICENSE.txt
RUN_DEPENDS= ${LOCALBASE}/${SLIMDIR}/slimserver.pl:audio/logitechmediaserver \
${LOCALBASE}/${SLIMDIR}/Plugins/DynamicPlayList/install.xml:audio/logitechmediaserver-dynamicplaylist
FETCH_BEFORE_ARGS= -o ${DISTFILES}
USES= zip
NO_WRKSUBDIR= yes
NO_BUILD= yes
NO_ARCH= yes
SLIMDIR?= share/logitechmediaserver
PLIST_SUB+= SLIMDIR=${SLIMDIR}
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/${SLIMDIR}/Plugins/SQLPlayList
${CP} -R ${WRKSRC}/SQLPlayList/* ${STAGEDIR}${PREFIX}/${SLIMDIR}/Plugins/SQLPlayList
.include <bsd.port.mk>