0a34f64245
s6-dns is a suite of DNS client programs and libraries for Unix systems, as an alternative to the BIND, djbdns or other DNS clients. s6-dns may include its own series of DNS caches and servers at some point in the future.
20 lines
591 B
Makefile
20 lines
591 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/11/19 20:05:54 schmonz Exp $
|
|
|
|
DISTNAME= s6-dns-2.3.3.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MAINTAINER= cfkoch@edgebsd.org
|
|
HOMEPAGE= https://www.skarnet.org/software/s6-dns/
|
|
COMMENT= Suite of DNS client programs and libraries
|
|
LICENSE= isc
|
|
|
|
USE_TOOLS+= gmake
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
|
CONFIGURE_ARGS+= --with-sysdeps=${PREFIX}/lib/skalibs/sysdeps
|
|
CONFIGURE_ARGS+= --with-lib=${PREFIX}/lib/skalibs
|
|
CONFIGURE_ARGS+= --with-include=${PREFIX}/include
|
|
|
|
.include "../../devel/skalibs/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|