24 lines
558 B
Makefile
24 lines
558 B
Makefile
# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:38 joerg 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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --disable-dynamic
|
|
AUTO_MKDIRS= yes
|
|
|
|
INSTALL_MAKE_FLAGS= prefix=${DESTDIR}${PREFIX}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|