diff options
Diffstat (limited to 'net/php-snmp/Makefile')
-rw-r--r-- | net/php-snmp/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/php-snmp/Makefile b/net/php-snmp/Makefile new file mode 100644 index 00000000000..8e2d7ba004e --- /dev/null +++ b/net/php-snmp/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/10/31 19:30:30 jdolecek Exp $ + +MODNAME= snmp +CATEGORIES+= net +PKGREVISION= # empty +COMMENT= PHP extension for SNMP + +USE_BUILDLINK3= YES + +CONFIGURE_ARGS+= --with-${MODNAME}=${PREFIX} + +.include "../../lang/php/ext.mk" +.include "../../net/net-snmp/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |