Add buildlink file for the augeas library.
This commit is contained in:
parent
0deb609d1e
commit
270583bdfd
1 changed files with 13 additions and 0 deletions
13
sysutils/augeas/buildlink3.mk
Normal file
13
sysutils/augeas/buildlink3.mk
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# $NetBSD: buildlink3.mk,v 1.1 2014/12/30 15:03:32 bsiegert Exp $
|
||||||
|
BUILDLINK_TREE+= augeas
|
||||||
|
|
||||||
|
.if !defined(AUGEAS_BUILDLINK3_MK)
|
||||||
|
AUGEAS_BUILDLINK3_MK:=
|
||||||
|
|
||||||
|
BUILDLINK_API_DEPENDS.augeas+= augeas>=1.3.0
|
||||||
|
BUILDLINK_PKGSRCDIR.augeas?= ../../sysutils/augeas
|
||||||
|
|
||||||
|
.include "../../textproc/libxml2/buildlink3.mk"
|
||||||
|
.endif # AUGEAS_BUILDLINK3_MK
|
||||||
|
|
||||||
|
BUILDLINK_TREE+= -augeas
|
Loading…
Reference in a new issue