openbsd-ports/devel/hmake/Makefile

30 lines
649 B
Makefile
Raw Normal View History

2005-03-23 00:39:44 -05:00
# $OpenBSD: Makefile,v 1.6 2005/03/23 05:39:44 dons Exp $
COMMENT= "compilation manager for Haskell programs"
2005-03-23 00:39:44 -05:00
V= 3.10
DISTNAME= hmake-${V}
CATEGORIES= devel
HOMEPAGE= http://www.haskell.org/hmake/
MAINTAINER= Don Stewart <dons@openbsd.org>
2004-08-10 04:23:36 -04:00
MODULES= lang/ghc
MASTER_SITES= http://www.haskell.org/hmake/ \
ftp://ftp.cs.york.ac.uk/pub/haskell/hmake/ \
http://www.cs.york.ac.uk/fp/hmake/
NO_REGRESS= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE=simple
# BSD style w/o advertising clause
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-23 06:22:00 -05:00
WANTLIB= c gmp m ncurses readline
.include <bsd.port.mk>