openbsd-ports/lang/hugs/Makefile

35 lines
879 B
Makefile
Raw Normal View History

2010-11-17 03:05:12 -05:00
# $OpenBSD: Makefile,v 1.19 2010/11/17 08:05:17 espie Exp $
2008-10-29 18:55:40 -04:00
COMMENT = Haskell 98 interpreter
2008-10-29 18:55:40 -04:00
DISTNAME = hugs98-plus-Sep2006
2010-10-24 16:58:58 -04:00
PKGNAME = hugs98-2006.09
REVISION = 0
2008-10-29 18:55:40 -04:00
CATEGORIES = lang
MAINTAINER = Matthias Kilian <kili@openbsd.org>
HOMEPAGE = http://www.haskell.org/hugs/
2008-10-29 18:55:40 -04:00
MASTER_SITES = http://cvs.haskell.org/Hugs/downloads/2006-09/
MASTER_SITES0 = http://openbsd.dead-parrot.de/distfiles/
2008-10-29 18:55:40 -04:00
DISTFILES += ${DISTNAME}.tar.gz ${DISTNAME}-tests.tar.gz:0
.if ${MACHINE_ARCH} != "m88k" && ${MACHINE_ARCH} != "vax"
2008-10-29 18:55:40 -04:00
CFLAGS += -fPIC
.endif
2010-11-17 03:05:12 -05:00
USE_GROFF = Yes
2008-10-29 18:55:40 -04:00
CONFIGURE_STYLE = gnu
CONFIGURE_ENV += CFLAGS="${CFLAGS}" CC="${CC}"
CONFIGURE_ARGS += --with-pthreads --libdir=${PREFIX}/lib
# BSDish
2008-10-29 18:55:40 -04:00
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
2010-10-24 16:58:58 -04:00
WANTLIB = GL GLU X11 c m ncurses pthread-stubs readline xcb
.include <bsd.port.mk>