18 lines
520 B
Makefile
18 lines
520 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/02/17 15:16:45 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= hxt-8.5.0
|
|
PKGREVISION= 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-curl/buildlink3.mk"
|
|
.include "../../wip/hs-deepseq/buildlink3.mk"
|
|
.include "../../wip/hs-network/buildlink3.mk"
|
|
.include "../../wip/hs-parsec/buildlink3.mk"
|
|
.include "../../wip/hs-tagsoup/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|