1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/graphics/hs-JuicyPixels/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

23 lines
440 B
Makefile

# $FreeBSD$
PORTNAME= JuicyPixels
PORTVERSION= 3.1.6.1
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>