pkgsrc/net/php-snmp/Makefile

15 lines
470 B
Makefile

# $NetBSD: Makefile,v 1.11 2012/10/23 17:18:58 asau Exp $
MODNAME= snmp
CATEGORIES+= net
COMMENT= PHP extension for SNMP
CONFLICTS= php-snmp-[0-9]*
# use plain version withut =${PREFIX} - logic in config.m4 assumes net-snmp-config
# is under ${PREFIX} when it's passed, which fails if it's buildin (such as on Mac OS X)
CONFIGURE_ARGS+= --with-${MODNAME}
.include "../../lang/php/ext.mk"
.include "../../net/net-snmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"