stop other people wasting time on updates which should not be done. ian@ ran into this (while working on devel/hs-aeson and textproc/hs-attoparsec), and even I didn't notice before trying to build all Haskell ports (including meta/haskell-platform) with his diffs.
23 lines
523 B
Makefile
23 lines
523 B
Makefile
# $OpenBSD: Makefile,v 1.2 2014/06/19 18:58:02 kili Exp $
|
|
|
|
COMMENT = raw Haskell binding for OpenGL
|
|
|
|
# Dependency of meta/haskell-platform.
|
|
# Please do *not* update without thinking.
|
|
DISTNAME = OpenGLRaw-1.3.0.0
|
|
CATEGORIES = graphics devel
|
|
HOMEPAGE = http://www.haskell.org/HOpenGL/
|
|
|
|
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
MODGHC_SETUP_CONF_ARGS = --extra-lib-dirs=${X11BASE}/lib
|
|
|
|
.include <bsd.port.mk>
|