Lines 1-7
Link Here
|
1 |
PORTNAME= boinc-client |
1 |
PORTNAME= boinc-client |
2 |
PORTVERSION= 7.20.2 |
2 |
DISTVERSIONPREFIX= client_release/7.24/ |
3 |
PORTREVISION= 4 |
3 |
DISTVERSION= 7.24.3 |
4 |
DISTVERSIONPREFIX= client_release/7.20/ |
|
|
5 |
CATEGORIES= net |
4 |
CATEGORIES= net |
6 |
|
5 |
|
7 |
MAINTAINER= ler@FreeBSD.org |
6 |
MAINTAINER= ler@FreeBSD.org |
Lines 10-17
WWW= https://boinc.berkeley.edu/
Link Here
|
10 |
|
9 |
|
11 |
LICENSE= LGPL3 |
10 |
LICENSE= LGPL3 |
12 |
|
11 |
|
13 |
USES= autoreconf compiler:c++11-lang dos2unix gettext gmake libtool \ |
12 |
USES= autoreconf compiler:c++11-lang desktop-file-utils dos2unix \ |
14 |
pkgconfig ssl tar:xz |
13 |
gettext gmake libtool pkgconfig ssl tar |
15 |
INSTALL_TARGET= install-strip |
14 |
INSTALL_TARGET= install-strip |
16 |
GNU_CONFIGURE= yes |
15 |
GNU_CONFIGURE= yes |
17 |
USE_GITHUB= yes |
16 |
USE_GITHUB= yes |
Lines 65-71
MANAGER_CONFIGURE_OFF= --with-wx-config=false \
Link Here
|
65 |
MANAGER_CONFIGURE_ENABLE= manager |
64 |
MANAGER_CONFIGURE_ENABLE= manager |
66 |
MANAGER_USES= gnome iconv |
65 |
MANAGER_USES= gnome iconv |
67 |
MANAGER_USE= GNOME=cairo,gdkpixbuf2,glib20,pango \ |
66 |
MANAGER_USE= GNOME=cairo,gdkpixbuf2,glib20,pango \ |
68 |
WX=3.0 \ |
67 |
WX=3.2+ \ |
69 |
XORG=x11,xcb,xext,xscrnsaver |
68 |
XORG=x11,xcb,xext,xscrnsaver |
70 |
|
69 |
|
71 |
CLIENT_CONFIGURE_ENABLE= client |
70 |
CLIENT_CONFIGURE_ENABLE= client |
Lines 74-80
CLIENT_LIB_DEPENDS= libcurl.so:ftp/curl \
Link Here
|
74 |
CLIENT_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss |
73 |
CLIENT_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss |
75 |
CLIENT_USE= RC_SUBR=boinc-client |
74 |
CLIENT_USE= RC_SUBR=boinc-client |
76 |
|
75 |
|
77 |
LINUX_CONFIGURE_ON= --with-boinc-alt-platform=i686-pc-linux-gnu |
76 |
LINUX_CONFIGURE_ON= --with-boinc-alt-platform=x86_64-pc-linux-gnu |
78 |
LINUX_USES= linux |
77 |
LINUX_USES= linux |
79 |
|
78 |
|
80 |
X11_USES= gl jpeg xorg |
79 |
X11_USES= gl jpeg xorg |
Lines 105-112
SUB_LIST+= OPTION_USER=""
Link Here
|
105 |
.endif |
104 |
.endif |
106 |
|
105 |
|
107 |
post-patch: |
106 |
post-patch: |
108 |
@${REINPLACE_CMD} -e 's|@PREFIX@|${PREFIX}|' \ |
|
|
109 |
${WRKSRC}/client/hostinfo_unix.cpp |
110 |
@${REINPLACE_CMD} -e 's|client/scripts||' \ |
107 |
@${REINPLACE_CMD} -e 's|client/scripts||' \ |
111 |
${WRKSRC}/Makefile.am |
108 |
${WRKSRC}/Makefile.am |
112 |
# avoid build conflict with archivers/libzip |
109 |
# avoid build conflict with archivers/libzip |