6fa27dcfe7
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
23 lines
465 B
Makefile
23 lines
465 B
Makefile
# Created by: Nikolai Lifanov <lifanov@mail.lifanov.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= scroll
|
|
PORTVERSION= 1.20180421
|
|
PORTREVISION= 2
|
|
CATEGORIES= games haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= A roguelike game
|
|
|
|
LICENSE= GPLv2
|
|
|
|
PKGNAMEPREFIX=
|
|
|
|
USE_CABAL= IfElse case-insensitive data-default monad-loops mtl \
|
|
optparse-applicative ncurses random vector
|
|
STANDALONE= yes
|
|
EXECUTABLE= scroll
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|