forked from Lainports/freebsd-ports
a Haskell interpreter and programming environment for developing Haskell programs. PR: ports/4142 and ports/4646 Submitted by: Torsten "Teg" Grust <Torsten.Grust@uni-konstanz.de>
3 lines
68 B
Bash
3 lines
68 B
Bash
#! /bin/sh
|
|
cd ${WRKSRC}/unix
|
|
CFLAGS=-O2 ./configure --with-readline
|