blob: 993a26420ebff06aff6f2ddbca566b10035c7052 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $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"
|