freebsd-ports/devel/hs-idoc/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

29 lines
637 B
Makefile

# New ports collection makefile for: idoc
# Date created: 25 October 2002
# Whom: Oliver Braun <obraun@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= idoc
PORTVERSION= 0.2.6
PORTREVISION= 1
CATEGORIES= devel haskell
MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/idoc/
PKGNAMEPREFIX= hs-
MAINTAINER= haskell@FreeBSD.org
COMMENT= A No Frills Haskell Interface Documentation System
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
PLIST_FILES= bin/idoc
USE_REINPLACE= yes
USE_GMAKE= yes
MAKE_ARGS= PREFIX="${PREFIX}"
ALL_TARGET= # empty
post-patch:
@${REINPLACE_CMD} -e 's|IOExts|Debug.Trace|' ${WRKSRC}/IDoc.hs
.include <bsd.port.mk>