1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

* Install the helium-interpreter as helium-i, since otherwise it conflicts with

hi from lang/nhc98 or devel/hs-hmake.
* Bump PORTREVISION.
This commit is contained in:
Oliver Braun 2003-01-30 11:42:59 +00:00
parent 54fc94c029
commit 199eacbbd9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74273
2 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= helium
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= lang haskell
MASTER_SITES= http://www.cs.uu.nl/~afie/helium/
DISTNAME= ${PORTNAME}
@ -18,8 +19,13 @@ BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_REINPLACE= yes
USE_GMAKE= yes
post-patch:
${REINPLACE_CMD} -e 's/hi$$(EXE)/helium-i/g' \
${WRKSRC}/heliumNT/src/Makefile.in
do-configure:
@(cd ${WRKSRC}/lvm/src/ && ./configure)
@(cd ${WRKSRC}/heliumNT/ && ./configure)

View File

@ -1,4 +1,5 @@
bin/helium
bin/helium-i
bin/lvmrun
helium/demo/Calendar.hs
helium/demo/ParserDemo.hs