aboutsummaryrefslogtreecommitdiffstats
path: root/net/boinc_curses/Makefile
blob: 91bdf087f973e933b208a2697ce1ca1b4638c674 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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.7
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>