openbsd-ports/devel/hmake/Makefile
dons 65480fde73 Let hmake install on non-x86 platforms, and ensure it builds on amd64
Update MAINTAINER and add RCS tags.

ok pvalchev@ avsm@
2004-04-23 03:14:06 +00:00

29 lines
609 B
Makefile

# $OpenBSD: Makefile,v 1.2 2004/04/23 03:14:06 dons Exp $
COMMENT= "compilation manager for Haskell programs"
V= 3.08
DISTNAME= hmake-${V}
CATEGORIES= devel
HOMEPAGE= http://www.haskell.org/hmake/
MAINTAINER= Don Stewart <dons@openbsd.org>
MODULES= 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
.include <bsd.port.mk>