Lines 1-5
Link Here
|
1 |
PORTNAME= lidarr |
1 |
PORTNAME= lidarr |
2 |
DISTVERSION= 1.4.5.3639 |
2 |
DISTVERSION= 1.4.5.3639 |
|
|
3 |
PORTREVISION= 1 |
3 |
CATEGORIES= net-p2p |
4 |
CATEGORIES= net-p2p |
4 |
MASTER_SITES= https://github.com/lidarr/Lidarr/releases/download/v${PORTVERSION}/ |
5 |
MASTER_SITES= https://github.com/lidarr/Lidarr/releases/download/v${PORTVERSION}/ |
5 |
DISTNAME= Lidarr.master.${DISTVERSION}.freebsd-core-x64 |
6 |
DISTNAME= Lidarr.master.${DISTVERSION}.freebsd-core-x64 |
Lines 16-26
ONLY_FOR_ARCHS= amd64
Link Here
|
16 |
RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \ |
17 |
RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \ |
17 |
icu>0:devel/icu \ |
18 |
icu>0:devel/icu \ |
18 |
krb5>0:security/krb5 \ |
19 |
krb5>0:security/krb5 \ |
|
|
20 |
libiconv>0:converters/libiconv \ |
19 |
libinotify>0:devel/libinotify \ |
21 |
libinotify>0:devel/libinotify \ |
20 |
libunwind>0:devel/libunwind \ |
22 |
libunwind>0:devel/libunwind \ |
21 |
chromaprint>0:audio/chromaprint |
23 |
chromaprint>0:audio/chromaprint |
22 |
|
24 |
|
23 |
USES= ssl:run sqlite:3 iconv |
25 |
USES= ssl:run sqlite:3 |
24 |
|
26 |
|
25 |
USE_RC_SUBR= ${PORTNAME} |
27 |
USE_RC_SUBR= ${PORTNAME} |
26 |
|
28 |
|