mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
60d07fe6b2
ChangeLog: https://github.com/Jackett/Jackett/releases * add redleaves a private Chinese site. * torrentsir: bump domain * xbytes2: reorder keywordsfilters PR: 273396 Reported by: tremere@cainites.net (maintainer)
34 lines
771 B
Makefile
34 lines
771 B
Makefile
PORTNAME= jackett
|
|
PORTVERSION= 0.21.706
|
|
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>
|