fbf3d42951
USE_HESIOD if the buildlink.mk file is to be believed, and we should include bsd.prefs.mk first so that a USE_HESIOD from /etc/mk.conf can be picked up.
21 lines
524 B
Makefile
21 lines
524 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/11/29 13:34:35 jlam Exp $
|
|
|
|
DISTNAME= hesiod-3.0.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/
|
|
|
|
MAINTAINER= kpneal@pobox.org
|
|
COMMENT= Hesiod network database client and library
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if exists(/usr/include/hesiod.h) && !defined(USE_HESIOD)
|
|
IGNORE= "${PKGNAME} is part of your ${OPSYS} distribution"
|
|
.endif
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|