1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

comm/ibp: document ncurses requirement (USES+=ncurses)

Also link libncurses, not libcurses.  While here, remove extra tabs

approved by:	infrastructure blanket
This commit is contained in:
John Marino 2016-02-06 23:44:54 +00:00
parent 00216d6ae4
commit 98a871e900
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408332

View File

@ -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>