6b89d6d950
Features - Colorful console application using ncurses - Single screen listing of results, transfers and recent messages - Updated real time - Control the client with single keypress - Using same communication protocol as boinc_gui - Works with all boinc projects WWW: http://www.oook.cz/bsd/boinc_curses/
26 lines
634 B
Makefile
26 lines
634 B
Makefile
# New ports collection makefile for: boinc_curses
|
|
# Date created: 15 Feb 2007
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= boinc_curses
|
|
PORTVERSION= 0.1.5
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.oook.cz/bsd/boinc_curses/
|
|
|
|
MAINTAINER= pav@FreeBSD.org
|
|
COMMENT= Console, ncurses based monitor and manager for BOINC
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libboinc.a:${PORTSDIR}/net/boinc-client
|
|
|
|
USE_BZIP2= yes
|
|
MAKE_ENV= BOINCLIBDIR=${LOCALBASE}/lib BOINCINCDIR=${LOCALBASE}/include/BOINC
|
|
|
|
PLIST_FILES= bin/boinc_curses
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|