742a5744dd
While here convert Makefile headers.
23 lines
568 B
Makefile
23 lines
568 B
Makefile
# Created by: Pav Lucistnik <pav@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= boinc_curses
|
|
PORTVERSION= 0.2.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.oook.cz/bsd/boinc_curses/
|
|
|
|
MAINTAINER= rene@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>
|