# New ports collection makefile for: hmake # Date created: 27 November 2001 # Whom: mwest@uct.ac.za # # $FreeBSD$ # PORTNAME= hmake PORTVERSION= 3.05 CATEGORIES= devel MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/hmake/ MAINTAINER= mwest@uct.ac.za BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc HAS_CONFIGURE= YES CONFIGURE_ARGS+= --prefix=${PREFIX} USE_GMAKE= YES .include 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 62/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-430/+430
* Cleanup plistbapt2014-10-271-46/+0
* Remove all the bootstrap files (.bs) from the plists.mat2014-06-101-1/+0
* Update to 2.1204skreuzer2014-02-15