aboutsummaryrefslogtreecommitdiff
path: root/net/boinc_curses
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2022-08-10 17:04:58 +0000
committerLarry Rosenman <ler@FreeBSD.org>2022-08-10 17:04:58 +0000
commitbd12c83965ddfcd3ae6940e135bed67638bbb046 (patch)
tree7bcf65455b85807de998369e14c61ba89a3389f0 /net/boinc_curses
parent609457fe58e48f3acfb99a7b72eec69195473439 (diff)
downloadports-bd12c83965ddfcd3ae6940e135bed67638bbb046.tar.gz
ports-bd12c83965ddfcd3ae6940e135bed67638bbb046.zip
net/boinc_curses: adopt, portfmt
Diffstat (limited to 'net/boinc_curses')
-rw-r--r--net/boinc_curses/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/boinc_curses/Makefile b/net/boinc_curses/Makefile
index 379f3f46dc88..fa0ce755746b 100644
--- a/net/boinc_curses/Makefile
+++ b/net/boinc_curses/Makefile
@@ -4,7 +4,7 @@ PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.oook.cz/bsd/boinc_curses/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ler@FreeBSD.org
COMMENT= Console, ncurses based monitor and manager for BOINC
LICENSE= LGPL21+
@@ -12,11 +12,13 @@ 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
+MAKE_ENV= BOINCINCDIR=${LOCALBASE}/include/boinc \
+ BOINCLIBDIR=${LOCALBASE}/lib
PLIST_FILES= bin/boinc_curses
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \
+ ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>