2007-02-15 16:02:36 +01:00
|
|
|
# New ports collection makefile for: boinc_curses
|
|
|
|
# Date created: 15 Feb 2007
|
|
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= boinc_curses
|
2008-02-09 20:47:16 +01:00
|
|
|
PORTVERSION= 0.1.9
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 4
|
2007-02-15 16:02:36 +01:00
|
|
|
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
|
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:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|