pkgsrc-wip/HsHyperEstraier/Makefile
PHO / phonohawk cacdb50313 Import HsHyperEstraier-0.2.1 as wip/HsHyperEstraier.
HsHyperEstraier is a HyperEstraier binding for Haskell. HyperEstraier
is an embeddable full text search engine which is supposed to be
independent to any particular natural languages.
2008-07-19 08:55:46 +00:00

19 lines
576 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/07/19 08:55:46 phonohawk Exp $
#
DISTNAME= HsHyperEstraier-0.2.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=HsHyperEstraier/0.2.1/}
MAINTAINER= pho@cielonegro.org
HOMEPAGE= http://cielonegro.org/HsHyperEstraier.html
COMMENT= HyperEstraier binding for Haskell
USE_LANGUAGES= # none
.include "../../textproc/hyperestraier/buildlink3.mk"
CONFIGURE_ARGS= # none
.include "../../wip/mk/haskell.mk" # This should be "../../mk/haskell.mk"
.include "../../wip/hs-utf8-string/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"