diff options
Diffstat (limited to 'devel/hs-hmake')
| -rw-r--r-- | devel/hs-hmake/Makefile | 29 | ||||
| -rw-r--r-- | devel/hs-hmake/distinfo | 1 | ||||
| -rw-r--r-- | devel/hs-hmake/pkg-comment | 1 | ||||
| -rw-r--r-- | devel/hs-hmake/pkg-descr | 20 | ||||
| -rw-r--r-- | devel/hs-hmake/pkg-plist | 10 |
5 files changed, 0 insertions, 61 deletions
diff --git a/devel/hs-hmake/Makefile b/devel/hs-hmake/Makefile deleted file mode 100644 index 5024f67f4f64..000000000000 --- a/devel/hs-hmake/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: hmake -# Date created: 27 November 2001 -# Whom: mwest@uct.ac.za -# -# $FreeBSD$ -# - -PORTNAME= hmake -PORTVERSION= 2.03 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/hmake/ - -MAINTAINER= mwest@uct.ac.za - -BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc - -BROKEN= "Does not build" - -HAS_CONFIGURE= YES -CONFIGURE_ARGS+= --prefix=${PREFIX} -USE_GMAKE= YES - -# cheat a bit, otherwise LIBDIR gets clobbered -do-install: - (cd ${WRKSRC} && ./configure --install) - -MAN1= hmake.1 - -.include <bsd.port.mk> diff --git a/devel/hs-hmake/distinfo b/devel/hs-hmake/distinfo deleted file mode 100644 index 2b58f9a70a86..000000000000 --- a/devel/hs-hmake/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (hmake-2.03.tar.gz) = f875df33882478b1f26be703271f2864 diff --git a/devel/hs-hmake/pkg-comment b/devel/hs-hmake/pkg-comment deleted file mode 100644 index fe411c47abc4..000000000000 --- a/devel/hs-hmake/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Intelligent compilation management tool for Haskell programs diff --git a/devel/hs-hmake/pkg-descr b/devel/hs-hmake/pkg-descr deleted file mode 100644 index 989b7381f2ed..000000000000 --- a/devel/hs-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.cs.york.ac.uk/fp/hmake/ - --- -mwest@uct.ac.za diff --git a/devel/hs-hmake/pkg-plist b/devel/hs-hmake/pkg-plist deleted file mode 100644 index e0a885d2e979..000000000000 --- a/devel/hs-hmake/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -bin/harch -bin/hi -bin/hmake -lib/hmake/ix86-FreeBSD/HInteractive -lib/hmake/ix86-FreeBSD/MkProg -lib/hmake/ix86-FreeBSD/Older -lib/hmake/ix86-FreeBSD/config -lib/hmake/ix86-FreeBSD/hmake.config -@dirrm lib/hmake/ix86-FreeBSD -@dirrm lib/hmake |
