summaryrefslogtreecommitdiff
path: root/net/php3-snmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/php3-snmp/Makefile')
-rw-r--r--net/php3-snmp/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/net/php3-snmp/Makefile b/net/php3-snmp/Makefile
deleted file mode 100644
index 44a55f0c470..00000000000
--- a/net/php3-snmp/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2002/04/20 18:46:08 fredb Exp $
-
-MODNAME= snmp
-CATEGORIES+= net
-PKGREVISION= 1
-COMMENT= PHP3 extension for SNMP database access
-
-.include "../../www/php3/Makefile.module"
-
-DEPENDS+= ucd-snmp-4.2.4*:../../net/ucd-snmp
-
-CONFIGURE_ARGS+= --with-snmp=${LOCALBASE}
-MOD_CPPFLAGS+= -I${LOCALBASE}/include/ucd-snmp
-MOD_CPPFLAGS+= -I${WRKSRC}/dl
-MOD_LIBS+= -lsnmp
-
-.include "../../mk/bsd.pkg.mk"