diff options
Diffstat (limited to 'devel/hmake')
-rw-r--r-- | devel/hmake/Makefile | 42 | ||||
-rw-r--r-- | devel/hmake/distinfo | 1 | ||||
-rw-r--r-- | devel/hmake/files/patch-script::harch | 13 | ||||
-rw-r--r-- | devel/hmake/pkg-comment | 1 | ||||
-rw-r--r-- | devel/hmake/pkg-descr | 20 | ||||
-rw-r--r-- | devel/hmake/pkg-plist | 12 |
6 files changed, 0 insertions, 89 deletions
diff --git a/devel/hmake/Makefile b/devel/hmake/Makefile deleted file mode 100644 index d57dd512ef27..000000000000 --- a/devel/hmake/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: hmake -# Date created: 27 November 2001 -# Whom: mwest@uct.ac.za -# -# $FreeBSD$ -# - -PORTNAME= hmake -PORTVERSION= 3.06 -CATEGORIES= devel -MASTER_SITES= http://www.haskell.org/hmake/ \ - ftp://ftp.cs.york.ac.uk/pub/haskell/hmake/ \ - http://www.cs.york.ac.uk/fp/hmake/ - -MAINTAINER= mwest@uct.ac.za - -BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc - -HAS_CONFIGURE= YES -CONFIGURE_ARGS+= --prefix=${PREFIX} -USE_GMAKE= YES - -.include <bsd.port.pre.mk> - -do-install: -.if exists(${PREFIX}/bin/hmake) && !defined(OVERRIDE_HMAKE) - @${ECHO} "" - @${ECHO} "It seems that there is already a version of hmake installed on" - @${ECHO} "this system. Please deinstall it, or define OVERRIDE_HMAKE to" - @${ECHO} "override the installed version." - @${ECHO} "" - @${ECHO} "NOTE: hmake is part of nhc98" - @${ECHO} "" - @${FALSE} -.else -# cheat a bit, otherwise LIBDIR gets clobbered - (cd ${WRKSRC} && ./configure --install) -.endif - -MAN1= hmake.1 - -.include <bsd.port.post.mk> diff --git a/devel/hmake/distinfo b/devel/hmake/distinfo deleted file mode 100644 index 605c492726e7..000000000000 --- a/devel/hmake/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (hmake-3.06.tar.gz) = 272353ab4a8677a85726f560d0896199 diff --git a/devel/hmake/files/patch-script::harch b/devel/hmake/files/patch-script::harch deleted file mode 100644 index df33c71c6959..000000000000 --- a/devel/hmake/files/patch-script::harch +++ /dev/null @@ -1,13 +0,0 @@ ---- script/harch.orig Mon May 27 10:30:55 2002 -+++ script/harch Mon May 27 10:31:11 2002 -@@ -13,8 +13,8 @@ - - if uname >/dev/null 2>&1 - then -- if uname -p >/dev/null 2>&1 -- then PROCESSOR=`uname -p` -+ if uname -m >/dev/null 2>&1 -+ then PROCESSOR=`uname -m` - case "$PROCESSOR" in - unknown|*\ *) - PROCESSOR=`uname -m` diff --git a/devel/hmake/pkg-comment b/devel/hmake/pkg-comment deleted file mode 100644 index fe411c47abc4..000000000000 --- a/devel/hmake/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Intelligent compilation management tool for Haskell programs diff --git a/devel/hmake/pkg-descr b/devel/hmake/pkg-descr deleted file mode 100644 index c5e9097097c5..000000000000 --- a/devel/hmake/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -Hmake is an intelligent compilation management tool for Haskell -programs. It automatically extracts dependencies between source -modules, and issues the appropriate compiler commands to rebuild only -those that have changed, given just the name of the program or module -that you want to build. Yes, you need never write a Makefile again! - -A particular benefit is that hmake knows about interface (.hi) files. -Even though a source module has changed, if its interface file has not -changed, then other modules which import it do not need to be -recompiled. - -Hmake is compiler-independent, although it is based on some earlier -compiler-specific tools (hbcmake, lmlmake, nhc13make). The -installation process automatically detects which Haskell compilers you -have, and sets up hmake to use any of them. - -WWW: http://www.haskell.org/hmake/ - --- -mwest@uct.ac.za diff --git a/devel/hmake/pkg-plist b/devel/hmake/pkg-plist deleted file mode 100644 index a9acf940e221..000000000000 --- a/devel/hmake/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/harch -bin/hi -bin/hmake -bin/hmake-config -lib/hmake/ix86-FreeBSD/HInteractive -lib/hmake/ix86-FreeBSD/MkProg -lib/hmake/ix86-FreeBSD/Older -lib/hmake/ix86-FreeBSD/config -lib/hmake/ix86-FreeBSD/MkConfig -lib/hmake/ix86-FreeBSD/hmakerc -@dirrm lib/hmake/ix86-FreeBSD -@dirrm lib/hmake |