1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/net-p2p/lidarr/Makefile
Kurt Jaeger cc1fc70659 net-p2p/lidarr: update 0.6.2.883 -> 0.7.1.1381
459556b New: Bump Version to 0.7.1
a86e872 Merge remote-tracking branch 'origin/master' into develop
8612548 Changed: Test on Mono 5.0 and 5.4
4136b9e use TestContext.Progress rather than Console.WriteLine for NzbDroneRunner output
3c42387 Fixed: ImageResizer Tweaks
ae6db26 Fixed regression in container registration. Additional logging in case of integration test startup failures
4bb6f5d Moved Platform version determination to static
7ffecf6 Fixed: several failing/flaky mono unit tests
9711a0c Update README.md with BrowserStack Badge
805a085 Fixed: ImageSharp crash on old mono

PR:		247125
Submitted by:	Adam Jimerson <vendion@gmail.com>
Approved by:	Michiel van Baak <michiel@vanbaak.eu> (maintainer)
2020-06-27 16:15:10 +00:00

45 lines
998 B
Makefile

# $FreeBSD$
PORTNAME= lidarr
PORTVERSION= 0.7.1.1381
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/lidarr/Lidarr/releases/download/v${PORTVERSION}/
DISTNAME= Lidarr.master.${PORTVERSION}.linux
MAINTAINER= michiel@vanbaak.eu
COMMENT= Music collection manager for Usenet and BitTorrent users
LICENSE= GPLv3
RUN_DEPENDS= mono>0:lang/mono \
mediainfo>0:multimedia/mediainfo \
sqlite3>0:databases/sqlite3 \
chromaprint>0:audio/chromaprint
LIB_DEPENDS= libcurl.so:ftp/curl
USE_RC_SUBR= lidarr
NO_ARCH= YES
NO_BUILD= YES
WRKSRC= ${WRKDIR}/Lidarr
USERS= lidarr
GROUPS= lidarr
OPTIONS_DEFINE= X11
# Permits image resizing
X11_LIB_DEPENDS+=libgdiplus.so:x11-toolkits/libgdiplus
.include <bsd.port.options.mk>
do-install:
${INSTALL} -d -m 755 ${STAGEDIR}/${DATADIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR}
post-install:
@${FIND} -s ${STAGEDIR}${DATADIR} -not -type d | ${SORT} | \
${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST}
.include <bsd.port.mk>