19 lines
459 B
Makefile
19 lines
459 B
Makefile
# $NetBSD: Makefile,v 1.11 2004/05/30 02:19:16 snj Exp $
|
|
#
|
|
|
|
DISTNAME= adns-1.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.chiark.greenend.org.uk/~ian/adns/ftp/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.chiark.greenend.org.uk/~ian/adns/
|
|
COMMENT= Asynchronous-capable DNS client library and utilities
|
|
|
|
USE_GNU_TOOLS+= make
|
|
USE_BUILDLINK3= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS= --disable-dynamic
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|