freebsd-ports/net-p2p/jackett/Makefile
Ralf van der Enden 64fd5cac1e net-p2p/jackett: update to 0.21.826
ChangeLog: https://github.com/Jackett/Jackett/releases

 * gay-torrents: add config option to strip release date from query.
 * mazepa: add new cat
 * megamixtracker: lint
 * megamixtracker: new MR and MST

PR:		273921
Reported by:	tremere@cainites.net (maintainer)
2023-09-19 08:56:59 +02:00

33 lines
771 B
Makefile

PORTNAME= jackett
PORTVERSION= 0.21.826
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/Jackett/Jackett/releases/download/
DISTNAME= v${PORTVERSION}/Jackett.Binaries.Mono
MAINTAINER= tremere@cainites.net
COMMENT= Torznab proxy implementation of the Newznab API
WWW= https://github.com/Jackett/Jackett
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libcurl.so:ftp/curl
USES= mono
USE_RC_SUBR= jackett
NO_ARCH= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/Jackett
USERS= jackett
GROUPS= jackett
post-patch:
@${RM} ${WRKSRC}/install_service_macos ${WRKSRC}/install_service_systemd.sh \
${WRKSRC}/install_service_systemd_mono.sh ${WRKSRC}/Upstart.config
do-install:
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}/${DATADIR}
.include <bsd.port.mk>