summaryrefslogtreecommitdiff
path: root/comms/ibp
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-06 23:44:54 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-06 23:44:54 +0000
commit98a871e900500652ca332f7a0300ee9fc88471f4 (patch)
treea16b6e6b111ad57785f93c8e4924cac672ba7540 /comms/ibp
parent- Fix LICENSE (diff)
comm/ibp: document ncurses requirement (USES+=ncurses)
Also link libncurses, not libcurses. While here, remove extra tabs approved by: infrastructure blanket
Notes
Notes: svn path=/head/; revision=408332
Diffstat (limited to 'comms/ibp')
-rw-r--r--comms/ibp/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/comms/ibp/Makefile b/comms/ibp/Makefile
index 0e7241ad78fe..fac082fd7af8 100644
--- a/comms/ibp/Makefile
+++ b/comms/ibp/Makefile
@@ -11,11 +11,15 @@ MASTER_SITES= http://wwwhome.cs.utwente.nl/~ptdeboer/ham/ \
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Little program for monitoring amateur radio beacons
-USES= imake tar:tgz
+USES= imake ncurses tar:tgz
USE_XORG= x11
+post-patch:
+ ${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/Imakefile \
+ ${WRKSRC}/Makefile
+
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ibp ${STAGEDIR}${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/ibp.1 ${STAGEDIR}${MANPREFIX}/man/man1/ibp.1
+ ${INSTALL_PROGRAM} ${WRKSRC}/ibp ${STAGEDIR}${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/ibp.1 ${STAGEDIR}${MANPREFIX}/man/man1/ibp.1
.include <bsd.port.mk>