2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2013/03/11 11:46:13 espie Exp $
|
2010-04-08 10:13:56 -04:00
|
|
|
|
|
|
|
COMMENT = bindings to the X11 graphics library for GHC
|
|
|
|
|
2012-06-19 16:32:42 -04:00
|
|
|
DISTNAME = X11-1.6.0
|
2013-01-20 12:56:05 -05:00
|
|
|
REVISION = 1
|
2010-04-08 10:13:56 -04:00
|
|
|
|
|
|
|
CATEGORIES = x11 devel
|
|
|
|
|
|
|
|
HOMEPAGE = http://code.haskell.org/X11/
|
|
|
|
|
|
|
|
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
|
|
|
|
|
|
|
# BSD3
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
|
2011-04-11 10:58:20 -04:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS = devel/hs-syb
|
|
|
|
|
2010-04-08 10:13:56 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|