Lines 61-67
Link Here
|
61 |
MANAGER_CONFIGURE_ON= --with-sqlite3-prefix=${LOCALBASE} |
61 |
MANAGER_CONFIGURE_ON= --with-sqlite3-prefix=${LOCALBASE} |
62 |
MANAGER_CONFIGURE_OFF= --with-wx-config=false --without-x |
62 |
MANAGER_CONFIGURE_OFF= --with-wx-config=false --without-x |
63 |
MANAGER_CONFIGURE_ENABLE=manager |
63 |
MANAGER_CONFIGURE_ENABLE=manager |
64 |
MANAGER_USE= XORG=x11,xext,xscrnsaver WX=2.8 |
64 |
MANAGER_USE= XORG=x11,xext,xscrnsaver WX=3.0 |
65 |
|
65 |
|
66 |
CLIENT_CONFIGURE_ENABLE=client |
66 |
CLIENT_CONFIGURE_ENABLE=client |
67 |
CLIENT_LIB_DEPENDS= libcurl.so:ftp/curl \ |
67 |
CLIENT_LIB_DEPENDS= libcurl.so:ftp/curl \ |
Lines 133-139
Link Here
|
133 |
post-install-MANAGER-on: |
133 |
post-install-MANAGER-on: |
134 |
${MKDIR} ${STAGEDIR}${PREFIX}/share/boinc |
134 |
${MKDIR} ${STAGEDIR}${PREFIX}/share/boinc |
135 |
.for name in 16 32 48 |
135 |
.for name in 16 32 48 |
136 |
${INSTALL_DATA} ${WRKSRC}/clientgui/res/boincmgr.${name}x${name}.png \ |
136 |
${INSTALL_DATA} ${WRKSRC}/packages/generic/sea/boincmgr.${name}x${name}.png \ |
137 |
${STAGEDIR}${PREFIX}/share/pixmaps |
137 |
${STAGEDIR}${PREFIX}/share/pixmaps |
138 |
.endfor |
138 |
.endfor |
139 |
.if ${PORT_OPTIONS:MSKINS} |
139 |
.if ${PORT_OPTIONS:MSKINS} |