2006-03-04 22:28:51 +01:00
|
|
|
# $NetBSD: Makefile,v 1.17 2006/03/04 21:30:16 jlam Exp $
|
2001-01-08 16:51:55 +01:00
|
|
|
#
|
|
|
|
|
2004-01-22 13:20:33 +01:00
|
|
|
DISTNAME= adns-1.1
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 2
|
2001-01-08 16:51:55 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://www.chiark.greenend.org.uk/~ian/adns/ftp/
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2001-01-08 16:51:55 +01:00
|
|
|
HOMEPAGE= http://www.chiark.greenend.org.uk/~ian/adns/
|
2001-03-08 11:22:21 +01:00
|
|
|
COMMENT= Asynchronous-capable DNS client library and utilities
|
2001-01-08 16:51:55 +01:00
|
|
|
|
2005-05-22 22:07:36 +02:00
|
|
|
USE_TOOLS+= gmake
|
2001-11-19 20:39:04 +01:00
|
|
|
USE_LIBTOOL= YES
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
2005-12-05 21:49:47 +01:00
|
|
|
CONFIGURE_ARGS+= --disable-dynamic
|
2001-01-08 16:51:55 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|