1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/net-p2p/lidarr/Makefile
Li-Wen Hsu d973f7daa0 net-p2p/lidarr: Update to 0.7.2.1878
PR:		250846
Submitted by:	Adam Jimerson <vendion@gmail.com>
Approved by:	Michiel van Baak <michiel@vanbaak.eu> (maintainer)
2020-11-04 21:51:17 +00:00

45 lines
998 B
Makefile

# $FreeBSD$
PORTNAME= lidarr
PORTVERSION= 0.7.2.1878
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>