blob: 6bb60ab88c2f173cbede3a0683c7389780db1721 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.28 2022/08/20 08:08:23 wiz Exp $
DISTNAME= texmath-0.12.4
PKGREVISION= 3
CATEGORIES= textproc
MAINTAINER= szptvlfn@NetBSD.org
COMMENT= Conversion between formats used to represent mathematics
LICENSE= gnu-gpl-v2
CONFIGURE_ARGS+= -fexecutable
.include "../../converters/hs-aeson/buildlink3.mk" # Only used by the executable
.include "../../textproc/hs-pandoc-types/buildlink3.mk"
.include "../../devel/hs-split/buildlink3.mk"
.include "../../devel/hs-syb/buildlink3.mk"
.include "../../textproc/hs-xml/buildlink3.mk"
.include "../../net/hs-network-uri/buildlink3.mk" # Only used by the executable
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
|