pkgsrc-wip/gune/buildlink3.mk
Peter Bex df3faad52f Gune is a C utility library which allows you to program in a more high-level
way.  It contains often-needed functionality which is rewritten time and
again by C programmers.  People keep re-inventing the wheel and each time
this is done, new bugs are created.  This is totally unnecessary and that's
why we've created Gune as a one-stop solution for most widely-used
functionality.
2005-01-29 13:54:47 +00:00

18 lines
481 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/01/29 13:54:47 airhead Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GUNE_BUILDLINK3_MK:= ${GUNE_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= gune
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngune}
BUILDLINK_PACKAGES+= gune
.if !empty(GUNE_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.gune+= gune>=1.0
BUILDLINK_PKGSRCDIR.gune?= ../../wip/gune
.endif # GUNE_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}