mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
28 lines
630 B
Makefile
28 lines
630 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.5
|
|
CATEGORIES= devel haskell
|
|
MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/idoc/
|
|
PKGNAMEPREFIX= hs-
|
|
|
|
MAINTAINER= obraun@FreeBSD.org
|
|
COMMENT= A No Frills Haskell Interface Documentation System
|
|
|
|
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
|
|
|
|
USE_REINPLACE= yes
|
|
USE_GMAKE= yes
|
|
|
|
ALL_TARGET= # empty
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|^\(PREFIX\)|#\1|' ${WRKSRC}/Makefile
|
|
@${REINPLACE_CMD} -e 's|IOExts|Debug.Trace|' ${WRKSRC}/IDoc.hs
|
|
|
|
.include <bsd.port.mk>
|