Lines 1-6
Link Here
|
1 |
PORTNAME= nzbget |
1 |
PORTNAME= nzbget |
2 |
PORTVERSION= 24.1 |
2 |
PORTVERSION= 24.3 |
3 |
PORTREVISION= 1 |
|
|
4 |
DISTVERSIONPREFIX= v |
3 |
DISTVERSIONPREFIX= v |
5 |
CATEGORIES= news |
4 |
CATEGORIES= news |
6 |
|
5 |
|
Lines 15-45
LIB_DEPENDS= libboost_json.so:devel/boost-libs \
Link Here
|
15 |
RUN_DEPENDS= 7-zip>0:archivers/7-zip \ |
14 |
RUN_DEPENDS= 7-zip>0:archivers/7-zip \ |
16 |
unrar>0:archivers/unrar |
15 |
unrar>0:archivers/unrar |
17 |
|
16 |
|
18 |
USES= cmake ncurses python:build ssl |
17 |
USES= cmake:testing python:build ssl |
19 |
USE_GITHUB= yes |
18 |
USE_GITHUB= yes |
20 |
GH_ACCOUNT= nzbgetcom |
19 |
GH_ACCOUNT= nzbgetcom |
21 |
GH_PROJECT= nzbget |
20 |
GH_PROJECT= nzbget |
22 |
USE_RC_SUBR= nzbget |
21 |
USE_RC_SUBR= nzbget |
23 |
|
22 |
|
24 |
GNU_CONFIGURE= yes |
|
|
25 |
CONFIGURE_ARGS= --with-libcurses-includes=${NCURSESINC} \ |
26 |
--with-libcurses-libraries=${NCURSESLIB} \ |
27 |
--with-openssl-includes=${OPENSSLINC} \ |
28 |
--with-openssl-libraries=${OPENSSLLIB} \ |
29 |
--with-tlslib=OpenSSL |
30 |
|
31 |
BINMODE= 0755 |
23 |
BINMODE= 0755 |
32 |
|
24 |
|
33 |
SUB_FILES= pkg-message |
25 |
SUB_FILES= pkg-message |
34 |
|
26 |
|
35 |
OPTIONS_DEFINE= DOCS OPTIMIZED_FLAGS |
27 |
OPTIONS_DEFINE= DOCS TEST NCURSES PAR2 |
36 |
OPTIMIZED_FLAGS_DESC= Enable optimized CPU instructions (SSE2/SSE3/NEON/etc) |
28 |
OPTIONS_DEFAULT= NCURSES PAR2 |
37 |
OPTIMIZED_FLAGS_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-disable-optimized-flags.patch |
29 |
|
|
|
30 |
PAR2_DESC= PAR 2.0 compatible file verification and repair. Disable if you have trouble when compiling par2 module |
31 |
|
32 |
NCURSES_USES= ncurses |
33 |
|
34 |
NCURSES_CMAKE_BOOL_OFF= DISABLE_CURSES |
35 |
PAR2_CMAKE_BOOL_OFF= DISABLE_PARCHECK |
36 |
TEST_CMAKE_BOOL= ENABLE_TESTS |
38 |
|
37 |
|
39 |
.include <bsd.port.options.mk> |
38 |
.include <bsd.port.options.mk> |
40 |
|
39 |
|
41 |
.if (${ARCH} == "i386") |
40 |
.if (${ARCH} == "i386") |
42 |
CONFIGURE_ARGS+= --disable-sigchld-handler |
41 |
CMAKE_ARGS+= -DDISABLE_SIGCHLD_HANDLER=ON |
43 |
.endif |
42 |
.endif |
44 |
|
43 |
|
45 |
post-install: |
44 |
post-install: |