tn3270 uses termcap as well as curses.
This commit is contained in:
parent
3fba1a52dd
commit
766ea1f2b6
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.7 2012/10/03 11:24:45 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2013/10/10 16:31:28 roy Exp $
|
||||
|
||||
DISTNAME= tn3270-0.20100116
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= comms net
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
|
||||
|
@ -10,9 +11,13 @@ COMMENT= Utilities for connecting to IBM VM/CMS systems
|
|||
|
||||
LICENSE= modified-bsd
|
||||
|
||||
USE_TOOLS+= yacc
|
||||
USE_TOOLS+= yacc
|
||||
|
||||
LIBS+= ${BUILDLINK_LDADD.termcap}
|
||||
MAKE_ENV+= LIBS=${LIBS:Q}
|
||||
|
||||
INSTALLATION_DIRS+= bin share/tn3270
|
||||
|
||||
.include "../../mk/curses.buildlink3.mk"
|
||||
.include "../../mk/termcap.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue