20 lines
476 B
Makefile
20 lines
476 B
Makefile
# $NetBSD: Makefile,v 1.19 2008/02/28 11:58:48 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= adns-1.1
|
|
PKGREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.chiark.greenend.org.uk/~ian/adns/ftp/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.chiark.greenend.org.uk/~ian/adns/
|
|
COMMENT= Asynchronous-capable DNS client library and utilities
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --disable-dynamic
|
|
AUTO_MKDIRS= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|