pkgsrc/net/adns/Makefile

20 lines
451 B
Makefile
Raw Normal View History

2003-07-18 00:50:55 +02:00
# $NetBSD: Makefile,v 1.6 2003/07/17 22:50:58 grant Exp $
#
DISTNAME= adns-1.0
CATEGORIES= net
MASTER_SITES= http://www.chiark.greenend.org.uk/~ian/adns/ftp/
2003-07-18 00:50:55 +02:00
MAINTAINER= lukem@NetBSD.org
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
USE_GMAKE= YES
2002-10-09 19:56:50 +02:00
USE_BUILDLINK2= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --disable-dynamic
.include "../../mk/bsd.pkg.mk"