mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
8934e9939d
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>
4 lines
68 B
Bash
4 lines
68 B
Bash
#! /bin/sh
|
|
cd ${WRKSRC}/unix
|
|
CFLAGS=-O2 ./configure --with-readline
|