Added dependency on ncurses>=5.3. Added shared libraries for Solaris.
This commit is contained in:
parent
3c7271fc24
commit
51aca7d784
1 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2003/08/25 00:00:43 poppnk Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2004/01/22 22:59:00 rillig Exp $
|
||||
|
||||
DISTNAME= icmpchat-0.6
|
||||
CATEGORIES= chat
|
||||
|
@ -9,5 +9,13 @@ HOMEPAGE= http://icmpchat.sourceforge.net/
|
|||
COMMENT= Simple chat using ICMP and Rijndael-256 encryptation
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_NCURSES= yes
|
||||
|
||||
BUILD_DEPENDS+= ncurses>=5.3:../../devel/ncurses
|
||||
|
||||
.include "../../devel/ncurses/buildlink2.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
.if ${OPSYS} == "SunOS"
|
||||
BUILD_MAKE_FLAGS+= LIBS="-L${LOCALBASE}/lib -lncurses -lnsl -lsocket -lresolv"
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue