svn commit: r408332 - head/comms/ibp

John Marino marino at FreeBSD.org
Sat Feb 6 23:44:56 UTC 2016


Author: marino
Date: Sat Feb  6 23:44:54 2016
New Revision: 408332
URL: https://svnweb.freebsd.org/changeset/ports/408332

Log:
  comm/ibp: document ncurses requirement (USES+=ncurses)
  
  Also link libncurses, not libcurses.  While here, remove extra tabs
  
  approved by:	infrastructure blanket

Modified:
  head/comms/ibp/Makefile

Modified: head/comms/ibp/Makefile
==============================================================================
--- head/comms/ibp/Makefile	Sat Feb  6 23:40:46 2016	(r408331)
+++ head/comms/ibp/Makefile	Sat Feb  6 23:44:54 2016	(r408332)
@@ -11,11 +11,15 @@ MASTER_SITES=	http://wwwhome.cs.utwente.
 MAINTAINER=	hamradio at 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>


More information about the svn-ports-all mailing list