pkgsrc-wip/hs-HCL/buildlink3.mk
PHO / phonohawk ecfa9cc095 Import hs-HCL-1.4 as wip/hs-HCL.
This module provides a set of functions for building simple
command-line interfaces. It allows interfaces which collect values
(such as Integers, Dates, or other structured values), build lists of
values, and use simple menus. It is not intended to build complex
interfaces with full cursor control. It is oriented towards line-based
interfaces.
2009-11-10 03:35:09 +00:00

15 lines
394 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/11/10 03:35:09 phonohawk Exp $
BUILDLINK_TREE+= hs-HCL
.if !defined(HS_HCL_BUILDLINK3_MK)
HS_HCL_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-HCL+= hs-HCL>=1.4
BUILDLINK_PKGSRCDIR.hs-HCL?= ../../wip/hs-HCL
.include "../../wip/hs-QuickCheck1/buildlink3.mk"
.include "../../wip/hs-mtl/buildlink3.mk"
.endif # HS_HCL_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-HCL