pkgsrc/devel/pwlib/buildlink3.mk
mjl 306203bd3f Update pwlib to 1.8.2
The development site silently moved away from openh323.org without
even a notice on that page. That page still advertises 1.5.2 as the
latest version, even though development is alive and kicking and
is at 1.8.2 now. Oh well...
2004-10-09 14:01:03 +00:00

19 lines
531 B
Makefile

# $NetBSD: buildlink3.mk,v 1.4 2004/10/09 14:01:03 mjl Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
PWLIB_BUILDLINK3_MK:= ${PWLIB_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= pwlib
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npwlib}
BUILDLINK_PACKAGES+= pwlib
.if !empty(PWLIB_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.pwlib+= pwlib>=1.8.2
BUILDLINK_RECOMMENDED.pwlib+= pwlib>=1.8.2
BUILDLINK_PKGSRCDIR.pwlib?= ../../devel/pwlib
.endif # PWLIB_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}