21 lines
403 B
Makefile
21 lines
403 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/03/21 08:46:34 ajacoutot 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_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|