2013-07-09 23:39:21 +02:00
|
|
|
# Created by: Pav Lucistnik <pav@FreeBSD.org>
|
2007-02-15 16:02:36 +01:00
|
|
|
|
|
|
|
PORTNAME= boinc_curses
|
2017-08-23 08:30:12 +02:00
|
|
|
PORTVERSION= 0.2.3
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 1
|
2007-02-15 16:02:36 +01:00
|
|
|
CATEGORIES= net
|
2017-08-23 08:30:12 +02:00
|
|
|
MASTER_SITES= http://www.oook.cz/bsd/boinc_curses/
|
2007-02-15 16:02:36 +01:00
|
|
|
|
2014-02-04 18:54:29 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-02-15 16:02:36 +01:00
|
|
|
COMMENT= Console, ncurses based monitor and manager for BOINC
|
|
|
|
|
2017-08-23 08:30:12 +02:00
|
|
|
LICENSE= LGPL21+
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libboinc.a:net/boinc-client
|
2007-02-15 16:02:36 +01:00
|
|
|
|
2018-12-24 05:34:15 +01:00
|
|
|
USES= compiler:c++11-lang ncurses tar:bzip2
|
2008-12-28 19:19:20 +01:00
|
|
|
MAKE_ENV= BOINCLIBDIR=${LOCALBASE}/lib BOINCINCDIR=${LOCALBASE}/include/boinc
|
2007-02-15 16:02:36 +01:00
|
|
|
|
|
|
|
PLIST_FILES= bin/boinc_curses
|
|
|
|
|
|
|
|
do-install:
|
2013-09-24 16:03:13 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
2007-02-15 16:02:36 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|