freebsd-ports/net/boinc_curses/Makefile

25 lines
604 B
Makefile
Raw Normal View History

# Created by: Pav Lucistnik <pav@FreeBSD.org>
PORTNAME= boinc_curses
2017-08-23 08:30:12 +02:00
PORTVERSION= 0.2.3
PORTREVISION= 1
CATEGORIES= net
2017-08-23 08:30:12 +02:00
MASTER_SITES= http://www.oook.cz/bsd/boinc_curses/
MAINTAINER= ports@FreeBSD.org
COMMENT= Console, ncurses based monitor and manager for BOINC
2017-08-23 08:30:12 +02:00
LICENSE= LGPL21+
BUILD_DEPENDS= ${LOCALBASE}/lib/libboinc.a:net/boinc-client
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
PLIST_FILES= bin/boinc_curses
do-install:
2013-09-24 16:03:13 +02:00
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>