openbsd-ports/net/adns/Makefile
margarida 91e2e22371 Initial import of adns-1.0
--
adns is an asynchronous resolver library for C (and C++)
programs, and a collection of useful DNS resolver utilities.

From: Michael Coulter <mjc@bitz.ca>
2003-05-05 03:20:40 +00:00

25 lines
514 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/05/05 03:20:40 margarida Exp $
COMMENT= "asynchronous dns resolver client library and utilities"
DISTNAME= adns-1.0
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>