mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
20 lines
635 B
Makefile
20 lines
635 B
Makefile
# $NetBSD: buildlink3.mk,v 1.19 2016/01/10 11:49:11 szptvlfn Exp $
|
|
|
|
BUILDLINK_TREE+= hs-texmath
|
|
|
|
.if !defined(HS_TEXMATH_BUILDLINK3_MK)
|
|
HS_TEXMATH_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-texmath+= hs-texmath>=0.8
|
|
BUILDLINK_ABI_DEPENDS.hs-texmath+= hs-texmath>=0.8nb18
|
|
BUILDLINK_PKGSRCDIR.hs-texmath?= ../../textproc/hs-texmath
|
|
|
|
.include "../../devel/hs-mtl/buildlink3.mk"
|
|
.include "../../textproc/hs-pandoc-types/buildlink3.mk"
|
|
.include "../../textproc/hs-parsec/buildlink3.mk"
|
|
.include "../../devel/hs-syb/buildlink3.mk"
|
|
.include "../../textproc/hs-xml/buildlink3.mk"
|
|
.endif # HS_TEXMATH_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-texmath
|