summaryrefslogtreecommitdiff
path: root/devel/libdnsres/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libdnsres/Makefile')
-rw-r--r--devel/libdnsres/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/devel/libdnsres/Makefile b/devel/libdnsres/Makefile
new file mode 100644
index 000000000000..a3640974def5
--- /dev/null
+++ b/devel/libdnsres/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: libdnsres
+# Date created: Fri Feb 3 18:15:51 MST 2006
+# Whom: Phil Oleson <oz@nixil.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libdnsres
+PORTVERSION= 0.1a
+CATEGORIES= devel
+MASTER_SITES= http://monkey.org/~provos/
+
+MAINTAINER= oz@nixil.net
+COMMENT= Provides a non-blocking thread-safe API for resolving DNS names
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
+
+GNU_CONFIGURE= yes
+USE_AUTOTOOLS= libtool:15
+INSTALLS_SHLIB= yes
+
+PLIST_SUB+= PORTVERSION="${PORTVERSION}"
+
+MAN3= dnsres.3
+MLINKS= dnsres.3 dnsres_init.3 dnsres.3 dnsres_gethostbyname.3 \
+ dnsres.3 dnsres_gethostbyname2.3 dnsres.3 dnsres_gethostbyaddr.3 \
+ dnsres.3 dnsres_getaddrinfo.3
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700014
+BROKEN= Does not compile on FreeBSD >= 7.0
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's,CFLAGS =,CFLAGS +=,' ${WRKSRC}/Makefile.in
+
+.include <bsd.port.post.mk>