0ef5a919c8
* Switch GHC 9.4.8 => 9.10.3 (latest) Approved by: haskell@ (alven@) Approved by: db@, yuri@ (Mentors, implicit)
16 lines
318 B
Makefile
16 lines
318 B
Makefile
PORTNAME= scroll
|
|
DISTVERSION= 1.20250228.2
|
|
CATEGORIES= games haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Roguelike game
|
|
WWW= https://joeyh.name/code/scroll/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BROKEN_FreeBSD_16= c2hs chokes on /usr/include/ncurses.h:523: The symbol 'bool' does not fit here.
|
|
|
|
USES= cabal
|
|
|
|
.include <bsd.port.mk>
|