pkgsrc-wip/hs-cpphs/buildlink3.mk
PHO / phonohawk 28242073f0 Import hs-cpphs-1.6 as wip/hs-cpphs.
cpphs is a liberalised re-implementation of cpp, the C pre-processor,
in Haskell. This version of cpp is pretty-much feature-complete, and
compatible with the -traditional style. It has two main modes:

    * conditional compilation only (--nomacro),
    * and full macro-expansion (default).
2009-06-03 07:23:50 +00:00

12 lines
319 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/06/03 07:23:50 phonohawk Exp $
BUILDLINK_TREE+= hs-cpphs
.if !defined(HS_CPPHS_BUILDLINK3_MK)
HS_CPPHS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-cpphs+= hs-cpphs>=1.6
BUILDLINK_PKGSRCDIR.hs-cpphs?= ../../wip/hs-cpphs
.endif # HS_CPPHS_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-cpphs