2003-01-28 22:05:22 +00:00
|
|
|
# New ports collection makefile for: buddha
|
|
|
|
# Date created: 28 January 2003
|
|
|
|
# Whom: Oliver Braun <obraun@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= buddha
|
2004-05-28 13:24:29 +00:00
|
|
|
PORTVERSION= 1.2
|
2006-01-12 12:54:32 +00:00
|
|
|
PORTREVISION= 1
|
2003-01-28 22:05:22 +00:00
|
|
|
CATEGORIES= devel haskell
|
|
|
|
MASTER_SITES= http://www.cs.mu.oz.au/~bjpop/buddha/download/
|
|
|
|
PKGNAMEPREFIX= hs-
|
2003-08-14 12:54:07 +00:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/}
|
2003-01-28 22:05:22 +00:00
|
|
|
|
2004-03-06 21:29:59 +00:00
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
2003-02-18 10:50:48 +00:00
|
|
|
COMMENT= A declarative debugger for Haskell 98
|
2003-01-28 22:05:22 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
|
|
|
|
RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc
|
|
|
|
|
2004-07-16 15:44:18 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2003-01-28 22:05:22 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2004-05-28 13:24:29 +00:00
|
|
|
MAN1= buddha.1
|
2003-01-28 22:05:22 +00:00
|
|
|
|
2003-05-04 10:16:43 +00:00
|
|
|
pre-everything::
|
|
|
|
@${ECHO_CMD} ""
|
|
|
|
@${ECHO_CMD} "You need the profiling versions of GHC's libraries to build buddha."
|
|
|
|
@${ECHO_CMD} "They are available, unless your GHC has been built with WITHOUT_PROFILE=yes."
|
|
|
|
@${ECHO_CMD} ""
|
|
|
|
|
2004-03-15 16:22:38 +00:00
|
|
|
.include <bsd.port.mk>
|