25 lines
575 B
Makefile
25 lines
575 B
Makefile
# $NetBSD: Makefile,v 1.24 2016/08/16 13:34:52 mef Exp $
|
|
#
|
|
|
|
DISTNAME= adns-1.5.1
|
|
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
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
# libtoolize patch to static library target.
|
|
CONFIGURE_ARGS+= --disable-dynamic
|
|
|
|
INSTALL_MAKE_FLAGS= prefix=${DESTDIR}${PREFIX}
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|