blob: 3fb5b4934cd5c46051557a054712120ff9eb7841 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: buildlink3.mk,v 1.1 2014/02/16 22:58:51 wiz Exp $
BUILDLINK_TREE+= htmlcxx
.if !defined(HTMLCXX_BUILDLINK3_MK)
HTMLCXX_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.htmlcxx+= htmlcxx>=0.85
BUILDLINK_PKGSRCDIR.htmlcxx?= ../../www/htmlcxx
.endif # HTMLCXX_BUILDLINK3_MK
BUILDLINK_TREE+= -htmlcxx
|