aboutsummaryrefslogtreecommitdiff
path: root/net/boinc_curses/Makefile
blob: 29fa0683dbe58dcb81776766b471b3784db357ed (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
PORTNAME=	boinc_curses
PORTVERSION=	0.2.3
PORTREVISION=	1
CATEGORIES=	net
MASTER_SITES=	http://www.oook.cz/bsd/boinc_curses/

MAINTAINER=	ler@FreeBSD.org
COMMENT=	Console, ncurses based monitor and manager for BOINC
WWW=		http://www.oook.cz/bsd/boinc_curses/

LICENSE=	LGPL21+

BUILD_DEPENDS=	${LOCALBASE}/lib/libboinc.a:net/boinc-client

USES=		compiler:c++11-lang ncurses tar:bzip2
MAKE_ENV=	BOINCINCDIR=${LOCALBASE}/include/boinc \
		BOINCLIBDIR=${LOCALBASE}/lib

PLIST_FILES=	bin/boinc_curses

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \
		${STAGEDIR}${PREFIX}/bin/

.include <bsd.port.mk>