47 lines
1.1 KiB
Makefile
Raw Normal View History

2013-03-11 10:50:00 +00:00
# $OpenBSD: Makefile,v 1.24 2013/03/11 10:50:02 espie Exp $
COMMENT= interface generator for Haskell to C bindings
V= 0.16.3
DISTNAME= c2hs-${V}
REVISION= 3
CATEGORIES= devel
2007-11-18 16:30:36 +00:00
MAINTAINER= Matthias Kilian <kili@openbsd.org>
HOMEPAGE= http://www.cse.unsw.edu.au/~chak/haskell/c2hs/
MODULES= lang/ghc converters/libiconv
MODGHC_BUILD= cabal hackage nort
SUBST_VARS= V
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
2007-11-18 16:30:36 +00:00
WANTLIB= c m pthread util
2007-11-18 16:30:36 +00:00
BUILD_DEPENDS= devel/alex \
devel/happy \
devel/hs-language-c \
2011-12-07 18:25:38 +00:00
textproc/docbook-xsl \
textproc/sgmlformat
2007-11-18 16:30:36 +00:00
USE_GMAKE= Yes
2007-11-18 16:30:36 +00:00
post-build:
@cd ${WRKSRC}/doc && ${MAKE_PROGRAM}
@perl -pi -e 's,/usr/share/doc/c2hs.*,${PREFIX}/share/doc/c2hs/,' \
${WRKSRC}/doc/man1/c2hs.1
2007-11-18 16:30:36 +00:00
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/man1/c2hs.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/c2hs
${INSTALL_DATA} ${WRKSRC}/doc/users_guide/*.html ${PREFIX}/share/doc/c2hs
2007-11-18 16:30:36 +00:00
# Note: tests are still broken (not maintained by upstream?)
2011-04-11 14:45:14 +00:00
# Note 2: and (at least) the tests don't work with ghc-7 (because ghc
# now defaults to Haskell-1010).
2013-03-11 10:50:00 +00:00
do-test:
@cd ${WRKDIST}/tests/system && ${MAKE_PROGRAM}
.include <bsd.port.mk>