openbsd-ports/x11/hs-X11/Makefile

25 lines
461 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.16 2013/03/11 11:46:13 espie Exp $
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
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
.include <bsd.port.mk>