openbsd-ports/devel/c2hs/Makefile

54 lines
1.3 KiB
Makefile
Raw Normal View History

2011-06-30 17:30:20 -04:00
# $OpenBSD: Makefile,v 1.18 2011/06/30 21:30:20 kili Exp $
# $FreeBSD: ports/devel/hs-c2hs/Makefile,v 1.20 2004/03/25 08:29:28 obraun Exp $
COMMENT= interface generator for Haskell to C bindings
V= 0.16.3
DISTNAME= c2hs-${V}
2011-06-30 17:30:20 -04:00
REVISION= 1
CATEGORIES= devel
2007-11-18 11:30:36 -05: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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-11-18 11:30:36 -05:00
WANTLIB= c gmp m pthread util
2007-11-18 11:30:36 -05:00
2010-11-15 14:45:56 -05:00
LIB_DEPENDS= devel/gmp
2007-11-18 11:30:36 -05:00
BUILD_DEPENDS= devel/alex \
devel/happy \
devel/hs-language-c \
textproc/libxml \
textproc/libxslt \
textproc/sgmlformat
2007-11-18 11:30:36 -05:00
USE_GMAKE= Yes
2007-11-18 11:30:36 -05: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 11:30:36 -05: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 11:30:36 -05:00
# Note: tests are still broken (not maintained by upstream?)
2011-04-11 10:45:14 -04:00
# Note 2: and (at least) the tests don't work with ghc-7 (because ghc
# now defaults to Haskell-1010).
2007-11-18 11:30:36 -05:00
do-regress:
@cd ${WRKDIST}/tests/system && ${MAKE_PROGRAM}
.include <bsd.port.mk>