openbsd-ports/lang/feldspar/language/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
587 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/05/02 20:45:39 jasper Exp $
COMMENT= language front-end and interpreter for the Feldspar DSL
DISTNAME= feldspar-language-0.4.0.2
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/hs-QuickCheck>=2.4,<3 \
devel/hs-tagged>=0.2,<0.3 \
devel/hs-type-level \
devel/hs-mtl
# Note that some of the examples depend on feldspar-compiler.
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/hs-feldspar-language/
cd ${WRKSRC}/Examples/ && umask 022 && \
pax -rw . ${PREFIX}/share/examples/hs-feldspar-language/
.include <bsd.port.mk>