27 lines
534 B
Makefile
27 lines
534 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/10/18 18:36:49 espie Exp $
|
|
|
|
COMMENT= non-blocking thread-safe API for resolving DNS names
|
|
|
|
DISTNAME= libdnsres-0.1a
|
|
REVISION= 0
|
|
SHARED_LIBS= dnsres 0.1 # .0.1
|
|
CATEGORIES= net devel
|
|
|
|
HOMEPAGE= http://monkey.org/~provos/libdnsres/
|
|
|
|
MAINTAINER= Rui Reis <rui@openbsd.org>
|
|
|
|
# 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
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|