2006-11-20 08:07:19 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2006/11/20 13:07:19 espie Exp $
|
2004-05-09 06:30:22 -04:00
|
|
|
# $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
|
2005-03-08 17:52:44 -05:00
|
|
|
ONLY_FOR_ARCHS= i386
|
2004-05-09 06:30:22 -04:00
|
|
|
|
|
|
|
COMMENT= "Haskell library for concurrent and distributed programming"
|
|
|
|
|
2005-03-25 22:37:09 -05:00
|
|
|
V= 0.4.3
|
2004-05-09 06:30:22 -04:00
|
|
|
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
|
|
|
|
|
2004-08-10 04:23:36 -04:00
|
|
|
MODULES= lang/ghc
|
2004-05-09 06:30:22 -04:00
|
|
|
|
|
|
|
WRKDIST= ${WRKDIR}/ports-${V}
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS+=--prefix=${PREFIX}
|
2005-03-25 22:37:09 -05:00
|
|
|
SUBST_VARS+= V
|
2004-05-09 06:30:22 -04:00
|
|
|
|
|
|
|
do-regress:
|
2006-11-20 08:07:19 -05:00
|
|
|
@cd ${WRKDIST}/tests && sh test.sh
|
2004-05-09 06:30:22 -04:00
|
|
|
|
|
|
|
# LGPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|