2003-12-14 12:51:52 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2003/12/14 17:51:52 margarida Exp $
|
2003-05-04 23:20:40 -04:00
|
|
|
|
|
|
|
COMMENT= "asynchronous dns resolver client library and utilities"
|
2003-12-14 12:51:52 -05:00
|
|
|
DISTNAME= adns-1.1
|
2003-05-04 23:20:40 -04:00
|
|
|
CATEGORIES= net devel
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.chiark.greenend.org.uk/~ian/adns/
|
|
|
|
|
|
|
|
MAINTAINER= Michael Coulter <mjc@bitz.ca>
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/ftp/
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
|
|
|
|
REGRESS_TARGET= check
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|