diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-22 00:03:16 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-22 00:03:16 +0000 |
commit | 6580ef6ca8b9e46c8ef02e6dd7ab226ea2e6a3f6 (patch) | |
tree | 91f174a71419de05512317d45b60cba41e64604e /net/boinc-client | |
parent | 48870e228aaa878922672948be3b01c14c0adf8a (diff) | |
download | ports-6580ef6ca8b9e46c8ef02e6dd7ab226ea2e6a3f6.tar.gz ports-6580ef6ca8b9e46c8ef02e6dd7ab226ea2e6a3f6.zip |
Notes
Diffstat (limited to 'net/boinc-client')
-rw-r--r-- | net/boinc-client/Makefile | 11 | ||||
-rw-r--r-- | net/boinc-client/files/patch-Makefile.am | 11 |
2 files changed, 18 insertions, 4 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile index 0430592d4552..8b59d99958c4 100644 --- a/net/boinc-client/Makefile +++ b/net/boinc-client/Makefile @@ -7,6 +7,7 @@ PORTNAME= boinc-client PORTVERSION= 4.67.20050320 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://boinc.berkeley.edu/source/nightly/ \ ${MASTER_SITE_LOCAL} @@ -43,6 +44,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-server .if defined(WITHOUT_X11) CONFIGURE_ARGS+= --with-wx-config=false +.else +CONFIGURE_ARGS+= --with-wx-config=wxgtk2-2.4-config .endif CONFIGURE_ENV= CPPFLAGS=-I${X11BASE}/include CXXFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" @@ -128,10 +131,10 @@ post-install: ${MKDIR} ${PREFIX}/etc/rc.d ${INSTALL_SCRIPT} ${WRKDIR}/rc-boinc.sh ${PREFIX}/etc/rc.d/boinc.sh ${REINPLACE_CMD} \ - -e "s:%%BOINC_BINARY%%:${BOINC_BINARY}:g" \ - -e "s:%%BOINC_HOME%%:${BOINC_HOME}:g" \ - -e "s:%%BOINC_USER%%:${BOINC_USER}:g" \ - ${TMPPLIST} + -e "s:%%BOINC_BINARY%%:${BOINC_BINARY}:g" \ + -e "s:%%BOINC_HOME%%:${BOINC_HOME}:g" \ + -e "s:%%BOINC_USER%%:${BOINC_USER}:g" \ + ${TMPPLIST} ${CAT} ${PKGMESSAGE} @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL diff --git a/net/boinc-client/files/patch-Makefile.am b/net/boinc-client/files/patch-Makefile.am new file mode 100644 index 000000000000..2446e1d05aaa --- /dev/null +++ b/net/boinc-client/files/patch-Makefile.am @@ -0,0 +1,11 @@ +--- Makefile.am.orig Thu Feb 3 01:44:31 2005 ++++ Makefile.am Fri May 20 12:37:31 2005 +@@ -17,7 +17,7 @@ + endif + + if BUILD_CLIENTGUI +- CLIENTGUI_SUBDIRS = clientgui sea ++ CLIENTGUI_SUBDIRS = clientgui + endif + + # ORDER MATTERS below. One must build dependencies FIRST, then things |