diff options
Diffstat (limited to 'lang/ghc5/Makefile')
-rw-r--r-- | lang/ghc5/Makefile | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/lang/ghc5/Makefile b/lang/ghc5/Makefile deleted file mode 100644 index c1e181c16e1c..000000000000 --- a/lang/ghc5/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: ghc -# Date created: 28 August 1999 -# Whom: Simon Marlow <simonmar@microsoft.com> -# -# $FreeBSD$ - -PORTNAME= ghc -PORTVERSION= 4.08 -CATEGORIES= lang -MASTER_SITES= http://www.haskell.org/ghc/dist/4.08/ -DISTFILES= ghc-${PORTVERSION}-src${EXTRACT_SUFX} \ - ghc-${PORTVERSION}-x86-hc${EXTRACT_SUFX} - -MAINTAINER= simonmar@microsoft.com - -USE_PERL5= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes - -CONFIGURE_ARGS= --enable-hc-boot --libdir=${PREFIX}/lib/ghc -# specifying CONFIGURE_TARGET doesn't work for some reason. -CONFIGURE_TARGET= - -WRKSRC= ${WRKDIR}/fptools - -# Note: -# - This port will bootstrap from pre-compiled C files. -# - ToDo: bootstrap using existing compiler, if one is installed. - -# XXX: we touch the happy-generated files to ensure that when we -# switch to non-bootstrapping mode for installation, the build system -# won't try to create them. -# -pre-build: - @${CP} ${FILESDIR}/build.mk ${WRKSRC}/mk - @${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/ghc/compiler/rename/ParseIface.hs - @${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/ghc/compiler/parser/Parser.hs - @(cd ${WRKSRC}/glafp-utils; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} boot) - @(cd ${WRKSRC}/ghc; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} boot) - @(cd ${WRKSRC}/hslibs; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} boot) - -post-build: - @echo "GhcWithHscBuiltViaC=NO" >>${WRKSRC}/mk/build.mk - @(cd ${WRKSRC}/ghc/lib; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} clean boot all) - @(cd ${WRKSRC}/hslibs; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} clean boot all) - -.include <bsd.port.mk> |