18 lines
580 B
Makefile
18 lines
580 B
Makefile
# $NetBSD: Makefile,v 1.11 2013/10/01 01:34:26 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= hxt-9.3.1.1
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Collection of tools for processing XML with Haskell
|
|
LICENSE= mit
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-hxt-charproperties/buildlink3.mk"
|
|
.include "../../wip/hs-hxt-regex-xmlschema/buildlink3.mk"
|
|
.include "../../wip/hs-hxt-unicode/buildlink3.mk"
|
|
.include "../../wip/hs-mtl/buildlink3.mk"
|
|
.include "../../wip/hs-network/buildlink3.mk"
|
|
.include "../../wip/hs-parsec/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|