94f4cad048
Necessary because of ghc's over-aggressive inlining which causes ABI changes in libraries depending on updated libraries. ok jasper@
25 lines
509 B
Makefile
25 lines
509 B
Makefile
# $OpenBSD: Makefile,v 1.7 2011/12/31 22:19:45 kili Exp $
|
|
|
|
COMMENT= bindings for GHC to Xft, Freetype and Xrender
|
|
|
|
DISTNAME= X11-xft-0.3
|
|
REVISION= 4
|
|
CATEGORIES= x11 devel
|
|
|
|
HOMEPAGE= http://hackage.haskell.org/package/X11-xft
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES= lang/ghc
|
|
MODGHC_BUILD= cabal hackage haddock register
|
|
|
|
RUN_DEPENDS= devel/hs-syb \
|
|
x11/hs-X11
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|