Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Feb 2016 23:44:55 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408332 - head/comms/ibp
Message-ID:  <201602062344.u16NitbH029221@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602062344.u16NitbH029221>