1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/devel/hs-buddha/Makefile
Sergey Matveychuk b4d2ac42d7 - Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>
2006-01-12 12:54:32 +00:00

34 lines
808 B
Makefile

# New ports collection makefile for: buddha
# Date created: 28 January 2003
# Whom: Oliver Braun <obraun@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= buddha
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= devel haskell
MASTER_SITES= http://www.cs.mu.oz.au/~bjpop/buddha/download/
PKGNAMEPREFIX= hs-
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/}
MAINTAINER= haskell@FreeBSD.org
COMMENT= A declarative debugger for Haskell 98
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= buddha.1
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} ""
.include <bsd.port.mk>