freebsd-ports/audio/logitechmediaserver-sqlplaylist/Makefile
2023-04-25 17:17:15 +02:00

33 lines
1.1 KiB
Makefile

PORTNAME= sqlplaylist
PORTVERSION= 2.5.3859
PORTREVISION= 1
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
WWW= https://wiki.slimdevices.com/index.php/SQL_Playlist_plugin
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>