26 lines
521 B
Makefile
26 lines
521 B
Makefile
# $OpenBSD: Makefile,v 1.4 2004/12/16 00:31:20 alek Exp $
|
|
|
|
COMMENT= "asynchronous dns resolver client library and utilities"
|
|
DISTNAME= adns-1.1
|
|
CATEGORIES= net devel
|
|
|
|
HOMEPAGE= http://www.chiark.greenend.org.uk/~ian/adns/
|
|
|
|
MAINTAINER= Michael Coulter <mjc@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/ftp/
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
USE_GMAKE= Yes
|
|
|
|
REGRESS_TARGET= check
|
|
|
|
.include <bsd.port.mk>
|