This removes build dependency on gcc and runtime dependency on gcc's runtime libraries. Big thanks to Gleb for working on this. PR: 225185 Submitted by: Gleb Popov <6yearold@gmail.com> Exp-run by: antoine Reviewed by: pgj Differential Revision: https://reviews.freebsd.org/D12043
22 lines
440 B
Makefile
22 lines
440 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= JuicyPixels
|
|
PORTVERSION= 3.2.8.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Picture loading/serialization
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= mtl>=1.1 primitive>=0.4 vector>=0.9 zlib>=0.5.3.1
|
|
|
|
FLAGS_DEFINE= MMAP
|
|
|
|
MMAP_DESC= Enable file loading via mmap()
|
|
MMAP_FLAG_ENABLE= Mmap
|
|
MMAP_FLAG_CABAL= mmap
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|