openbsd-ports/net/libdnsres/Makefile

22 lines
416 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $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
2011-09-21 13:20:56 -04:00
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
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>