summaryrefslogtreecommitdiff
path: root/net/powerdns-mysql/Makefile
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-08-13 09:35:02 +0000
committerghen <ghen@pkgsrc.org>2006-08-13 09:35:02 +0000
commit38417926b368b8191081e37eae2769f82d5912ab (patch)
tree4d258ae4c22b098250606bef31676c696c64cf15 /net/powerdns-mysql/Makefile
parent8fabc7f19f29292a1e1754cbb6e9cf295464d874 (diff)
downloadpkgsrc-38417926b368b8191081e37eae2769f82d5912ab.tar.gz
Import net/powerdns-mysql, based on wip/pdns2-gmysql from pkgsrc-wip.
The PowerDNS nameserver is a modern, advanced and high performance authoritative-only nameserver. It is written from scratch and conforms to all the relevant DNS standards documents. PowerDNS is open source. The PowerDNS nameserver utilizes a flexible backend architecture that can access DNS information from any data source. This includes file formats, BIND zone files, relational databases or LDAP directories. This packages provides the MySQL backend module.
Diffstat (limited to 'net/powerdns-mysql/Makefile')
-rw-r--r--net/powerdns-mysql/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/powerdns-mysql/Makefile b/net/powerdns-mysql/Makefile
new file mode 100644
index 00000000000..bc769b0427d
--- /dev/null
+++ b/net/powerdns-mysql/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/08/13 09:35:02 ghen Exp $
+
+.include "../../net/powerdns/Makefile.backend"
+
+PKGNAME= ${DISTNAME:S/pdns/powerdns-mysql/}
+COMMENT= MySQL backend module for PowerDNS
+
+CONFIGURE_ARGS+= --with-dynmodules="gmysql"
+CONFIGURE_ARGS+= --with-mysql-lib=${BUILDLINK_PREFIX.mysql-client}/lib/mysql
+CONFIGURE_ARGS+= --with-mysql-includes=${BUILDLINK_PREFIX.mysql-client}/include/mysql
+
+.include "../../mk/mysql.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"