14 lines
330 B
Makefile
14 lines
330 B
Makefile
# $NetBSD: buildlink3.mk,v 1.8 2009/03/20 19:25:08 joerg Exp $
|
|
|
|
BUILDLINK_TREE+= hesiod
|
|
|
|
.if !defined(HESIOD_BUILDLINK3_MK)
|
|
HESIOD_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hesiod+= hesiod>=3.0.2
|
|
BUILDLINK_PKGSRCDIR.hesiod?= ../../net/hesiod
|
|
BUILDLINK_DEPMETHOD.hesiod?= build
|
|
.endif # HESIOD_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hesiod
|