openbsd-ports/net/libdnsres/Makefile
2013-03-11 11:35:43 +00:00

22 lines
416 B
Makefile

# $OpenBSD: Makefile,v 1.7 2013/03/11 11:35:48 espie Exp $
COMMENT= non-blocking thread-safe API for resolving DNS names
DISTNAME= libdnsres-0.1a
REVISION= 1
SHARED_LIBS= dnsres 0.1 # .0.1
CATEGORIES= net devel
HOMEPAGE= http://monkey.org/~provos/libdnsres/
# BSD
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://monkey.org/~provos/
CONFIGURE_STYLE=gnu
USE_LIBTOOL= yes
USE_GROFF = Yes
.include <bsd.port.mk>