32aeaa06ae
CHANGELOG: Version 1.19 ------------ * expose more of the cpphs API * allow the static linking exception to the LGPL * (1.19.1): don't warn about trailing comments in #ifdefs * (1.19.2): fix build error Version 1.18 ------------ * (1.18.8): fix version number * (1.18.9): accept #if defined foo as well as #if defined(foo)
15 lines
423 B
Makefile
15 lines
423 B
Makefile
# $NetBSD: buildlink3.mk,v 1.9 2015/08/02 11:33:26 szptvlfn Exp $
|
|
|
|
BUILDLINK_TREE+= hs-cpphs
|
|
|
|
.if !defined(HS_CPPHS_BUILDLINK3_MK)
|
|
HS_CPPHS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-cpphs+= hs-cpphs>=1.19.2
|
|
BUILDLINK_ABI_DEPENDS.hs-cpphs+= hs-cpphs>=1.19.2
|
|
BUILDLINK_PKGSRCDIR.hs-cpphs?= ../../devel/hs-cpphs
|
|
|
|
.include "../../textproc/hs-polyparse/buildlink3.mk"
|
|
.endif # HS_CPPHS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-cpphs
|