openbsd-ports/devel/hs-ports/Makefile
2005-03-26 03:37:09 +00:00

35 lines
820 B
Makefile

# $OpenBSD: Makefile,v 1.4 2005/03/26 03:37:09 dons Exp $
# $FreeBSD: ports/devel/hs-hpl/Makefile,v 1.11 2004/03/11 07:48:11 obraun Exp $
# only for archs to which the GHC ffi has been ported
ONLY_FOR_ARCHS= i386
COMMENT= "Haskell library for concurrent and distributed programming"
V= 0.4.3
DISTNAME= hs-ports-${V}
CATEGORIES= devel
MAINTAINER= Don Stewart <dons@openbsd.org>
HOMEPAGE= http://www.cse.unsw.edu.au/~chak/haskell/ports/
MASTER_SITES= ${HOMEPAGE}
DISTFILES= ports-${V}.tar.gz
MODULES= lang/ghc
WRKDIST= ${WRKDIR}/ports-${V}
USE_GMAKE= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=--prefix=${PREFIX}
SUBST_VARS+= V
do-regress:
@( cd ${WRKDIST}/tests && sh test.sh )
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>