2a2d9bd3f2
A cool visual effects program that runs on almost all multimedia players.
18 lines
482 B
Makefile
18 lines
482 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/02/20 14:59:24 wiz Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
GOOM_BUILDLINK3_MK:= ${GOOM_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= goom
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngoom}
|
|
BUILDLINK_PACKAGES+= goom
|
|
|
|
.if !empty(GOOM_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.goom+= goom>=2004.0
|
|
BUILDLINK_PKGSRCDIR.goom?= ../../audio/goom
|
|
.endif # GOOM_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|