1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/lang/chameleon/Makefile
Pav Lucistnik 6da29a94fa - This port has been BROKEN for more than 6 months. It will be removed unless
fixed in next two months.

With hat:	portmgr
2008-06-19 02:54:54 +00:00

38 lines
1.0 KiB
Makefile

# New ports collection makefile for: chameleon
# Date created: 26 April 2003
# Whom: Oliver Braun <obraun@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= chameleon
DISTVERSION= 05-07
PORTREVISION= 1
CATEGORIES= lang haskell
MASTER_SITES= http://www.comp.nus.edu.sg/~sulzmann/chameleon/download/
MAINTAINER= haskell@FreeBSD.org
COMMENT= A Haskell-style language
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \
happy:${PORTSDIR}/devel/hs-happy
BROKEN= Does not build
DEPRECATED= Has been broken for more than 6 months
EXPIRATION_DATE=2008-09-19
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}/src
MAKE_ARGS= GHC=ghc INSTALL_PATH='\"${DATADIR}/\"'
post-patch:
${REINPLACE_CMD} 's|gcc -O3|${CC} ${CFLAGS}|' ${WRKSRC}/Solvers/Makefile
@${RMDIR} ${WRKSRC}/../lib/Haskell98
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/chameleon ${PREFIX}/bin
@${MKDIR} ${DATADIR}
${CP} -pr ${WRKSRC}/../lib ${DATADIR}
@${MKDIR} ${DATADIR}/src/Backends/Scheme/Prologue
${CP} -pr ${WRKSRC}/Backends/Scheme/Prologue/* ${DATADIR}/src/Backends/Scheme/Prologue
.include <bsd.port.mk>