openbsd-ports/lang/feldspar/compiler/Makefile
jasper 8d9e163650 import feldspar
Feldspar (Functional Embedded Language for DSP and PARallelism) is an embedded
DSL for describing digital signal processing algorithms

ok kili@
2011-05-02 20:45:39 +00:00

20 lines
545 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/05/02 20:45:39 jasper Exp $
COMMENT= prototype compiler for the Feldspar DSL
DISTNAME= feldspar-compiler-0.4.0.2
WANTLIB += c gmp m pthread util
MODULES+= converters/libiconv
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/hs-MonadCatchIO-mtl \
devel/hs-ansi-terminal \
devel/hs-hint \
devel/hs-mtl \
lang/feldspar/language \
lang/hs-haskell-src-exts
.include <bsd.port.mk>