1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/hs-idoc/Makefile
Volker Stolz 2393b0688d Update to 0.2.6 (no functional changes since we're building with ghc anyway)
Prodded by: e[dr]win's magical distfile survey
2005-10-05 09:01:52 +00:00

29 lines
621 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
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>