Ports for Haskell *libraries* are going to be removed from the ports tree. Haskell *applications* are going to be statically linked with all dependencies ( https://reviews.freebsd.org/D19730 ), so there is no reason to keep Haskell libraries in tree. If you think a port is wrongly marked and should stay, please contact haskell@ Submitted by: arrowd Differential Revision: https://reviews.freebsd.org/D19244
33 lines
805 B
Makefile
33 lines
805 B
Makefile
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Agda
|
|
PORTVERSION= 2.5.4.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= math haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Dependently typed functional programming language and proof assistant
|
|
|
|
BROKEN= Doesn't build with recent GHC
|
|
|
|
USE_CABAL= async EdisonCore blaze-html boxes data-hash edit-distance \
|
|
equivalence filemanip geniplate-mirror gitrev hashable \
|
|
hashtables ieee754 mtl murmur-hash parallel regex-tdfa strict \
|
|
unordered-containers uri-encode zlib
|
|
|
|
USE_ALEX= yes
|
|
USE_HAPPY= yes
|
|
USE_CPPHS= yes
|
|
USES= iconv:translit
|
|
|
|
EXECUTABLE= agda-mode agda
|
|
|
|
FLAGS_ENABLE= cpphs
|
|
|
|
|
|
SUB_FILES= pkg-install pkg-deinstall
|
|
SUB_LIST= DATADIR=${DATADIR}
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|