openbsd-ports/net/libdnsres/Makefile
aanriot 6c4810b47b import libdnsres, a non-blocking thread-safe API for resolving DNS
names.

from Rui Reis with a few changes;
help and ok sturm@
2007-04-03 15:10:17 +00:00

25 lines
509 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/04/03 15:10:17 aanriot Exp $
COMMENT= "non-blocking thread-safe API for resolving DNS names"
DISTNAME= libdnsres-0.1a
SHARED_LIBS= dnsres 0.1 # .0.1
CATEGORIES= net devel
HOMEPAGE= http://monkey.org/~provos/libdnsres/
MAINTAINER= Rui Reis <rui@rui.cx>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://monkey.org/~provos/
CONFIGURE_STYLE=gnu
USE_LIBTOOL= yes
.include <bsd.port.mk>