freebsd-ports/audio/logitechmediaserver-lazysearch/Makefile
Rodrigo Osorio 97a8796614 audio/logitechmediaserver-lazysearch: Upgrade to 3.6.7
Major changes : Bump compatibility for LMS 8.1

Update WWW and sort Makefile to make linters happy
2023-12-01 23:39:15 +01:00

30 lines
816 B
Makefile

PORTNAME= lazysearch
PORTVERSION= 3.6.7
CATEGORIES= audio
MASTER_SITES= http://www.hickinbottom.com/sc-plugins/
PKGNAMEPREFIX= logitechmediaserver-
DISTNAME= LazySearch2-7-${PORTVERSION}
DIST_SUBDIR= logitechmediaserver
MAINTAINER= ports@FreeBSD.org
COMMENT= Logitech Media Server plugin for performing lazy searches
WWW= https://github.com/hickinbottoms/lazysearch
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LazySearch2/LICENSE
RUN_DEPENDS= ${LOCALBASE}/${SLIMDIR}/slimserver.pl:audio/logitechmediaserver
USES= zip
NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
SLIMDIR?= share/logitechmediaserver
PLIST_SUB+= SLIMDIR=${SLIMDIR}
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/${SLIMDIR}/Plugins/LazySearch2
${CP} -R ${WRKSRC}/LazySearch2/* ${STAGEDIR}${PREFIX}/${SLIMDIR}/Plugins/LazySearch2
.include <bsd.port.mk>