summaryrefslogtreecommitdiff
path: root/lang/nhc98/Makefile
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-02-24 22:51:03 +0000
committerjtb <jtb@pkgsrc.org>2001-02-24 22:51:03 +0000
commit6550bfaa5cc07323e82509559a369e49936df300 (patch)
tree0d4553a0683b489b27f410be37670bf84ec01289 /lang/nhc98/Makefile
parent32c42d46ce8643bd03e050d1c5ed53eddd18a8bf (diff)
downloadpkgsrc-6550bfaa5cc07323e82509559a369e49936df300.tar.gz
Updated to nhc-1.02. No changelog, but see
http://www.cs.york.ac.uk/fp/nhc98/status.html for a summary of changes for this new release.
Diffstat (limited to 'lang/nhc98/Makefile')
-rw-r--r--lang/nhc98/Makefile19
1 files changed, 11 insertions, 8 deletions
diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile
index dce03449917..c1567887ee8 100644
--- a/lang/nhc98/Makefile
+++ b/lang/nhc98/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2001/02/19 17:08:12 jtb Exp $
+# $NetBSD: Makefile,v 1.6 2001/02/24 22:51:03 jtb Exp $
-DISTNAME= nhc98src-1.00
-PKGNAME= nhc98-1.00
+DISTNAME= nhc98src-1.02
+PKGNAME= nhc98-1.02
CATEGORIES= lang
MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/nhc98/
@@ -9,9 +9,12 @@ MAINTAINER= jtb@netbsd.org
HOMEPAGE= http://www.cs.york.ac.uk/fp/nhc98/
COMMENT= Portable Haskell 98 compiler
+# Not yet ported to 64-bit machines
+
NOT_FOR_PLATFORM= *-*-alpha
-WRKSRC= ${WRKDIR}/nhc98-1.00
+WRKSRC= ${WRKDIR}/nhc98-1.02
+
HAS_CONFIGURE= #defined
CONFIGURE_ARGS+= --buildwith=gcc --installdir=${PREFIX} \
+docs --docdir=${PREFIX}/share/doc/nhc98
@@ -19,15 +22,15 @@ CONFIGURE_ARGS+= --buildwith=gcc --installdir=${PREFIX} \
# Note that you can also build with ghc (Glasgow Haskell Compiler).
USE_GMAKE= #defined
+ALL_TARGET= all-gcc
HARCH= `${WRKSRC}/script/harch`
PLIST_SUBST+= HARCH=${HARCH}
-post-extract:
- ${RM} -fr ${WRKSRC}/docs/CVS ${WRKSRC}/docs/*/CVS
- ${RMDIR} ${WRKSRC}/docs/hat
-
do-build:
cd ${WRKSRC} && ${GMAKE}
+pre-install:
+ ${RM} -fr ${WRKSRC}/docs/CVS ${WRKSRC}/docs/*/CVS
+
.include "../../mk/bsd.pkg.mk"