1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/net/boinc_curses/Makefile
2021-04-06 16:31:07 +02:00

25 lines
604 B
Makefile

# Created by: Pav Lucistnik <pav@FreeBSD.org>
PORTNAME= boinc_curses
PORTVERSION= 0.2.3
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.oook.cz/bsd/boinc_curses/
MAINTAINER= ports@FreeBSD.org
COMMENT= Console, ncurses based monitor and manager for BOINC
LICENSE= LGPL21+
BUILD_DEPENDS= ${LOCALBASE}/lib/libboinc.a:net/boinc-client
USES= compiler:c++11-lang ncurses tar:bzip2
MAKE_ENV= BOINCLIBDIR=${LOCALBASE}/lib BOINCINCDIR=${LOCALBASE}/include/boinc
PLIST_FILES= bin/boinc_curses
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>