64fd5cac1e
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)
33 lines
771 B
Makefile
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>
|