1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/lang/helium/Makefile
2003-09-24 11:47:40 +00:00

40 lines
964 B
Makefile

# New ports collection makefile for: helium
# Date created: 28 January 2003
# Whom: Oliver Braun <obraun@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= helium
PORTVERSION= 1.1
CATEGORIES= lang haskell
MASTER_SITES= http://www.cs.uu.nl/helium/distr/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= obraun@FreeBSD.org
COMMENT= Functional programming compiler for a subset of Haskell
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_REINPLACE= yes
USE_GMAKE= yes
post-patch:
@${REINPLACE_CMD} -e '/#include "math.h"/d' \
${WRKSRC}/lvm/src/runtime/core/primfloat.c
do-configure:
@(cd ${WRKSRC}/lvm/src/ && ./configure)
@(cd ${WRKSRC}/heliumNT/ && ./configure)
do-build:
@(cd ${WRKSRC}/heliumNT/src && ${GMAKE} depend)
@(cd ${WRKSRC}/heliumNT/src && ${GMAKE})
do-install:
@(cd ${WRKSRC}/heliumNT/src && ${GMAKE} install)
@${CAT} ${PKGMESSAGE} | ${SED} -e 's,%%PREFIX%%,${PREFIX},g'
.include <bsd.port.mk>