pkgsrc/net/scli/Makefile
wiz c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00

27 lines
724 B
Makefile

# $NetBSD: Makefile,v 1.33 2015/08/18 07:31:15 wiz Exp $
#
DISTNAME= scli-0.3.1
PKGREVISION= 8
CATEGORIES= net
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/local/scli/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ibr.cs.tu-bs.de/projects/scli/
COMMENT= SNMP command line interface
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config gmake
BUILDLINK_API_DEPENDS.readline+= readline>=4.0
INFO_FILES= yes
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
# history_list
.include "../../devel/readline/buildlink3.mk"
.include "../../net/gnet/buildlink3.mk"
.include "../../net/gsnmp/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"