2002-10-26 00:25:38 +02:00
|
|
|
# New ports collection makefile for: idoc
|
|
|
|
# Date created: 25 October 2002
|
|
|
|
# Whom: Oliver Braun <obraun@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= idoc
|
2005-10-05 11:01:52 +02:00
|
|
|
PORTVERSION= 0.2.6
|
2006-01-12 13:54:32 +01:00
|
|
|
PORTREVISION= 1
|
2002-11-20 10:10:55 +01:00
|
|
|
CATEGORIES= devel haskell
|
2002-10-26 00:25:38 +02:00
|
|
|
MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/idoc/
|
|
|
|
PKGNAMEPREFIX= hs-
|
|
|
|
|
2004-03-06 22:29:59 +01:00
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
2003-02-18 11:50:48 +01:00
|
|
|
COMMENT= A No Frills Haskell Interface Documentation System
|
2002-10-26 00:25:38 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
|
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/idoc
|
2002-10-26 00:25:38 +02:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
USE_GMAKE= yes
|
2005-10-05 11:01:52 +02:00
|
|
|
MAKE_ARGS= PREFIX="${PREFIX}"
|
2002-10-26 00:25:38 +02:00
|
|
|
|
|
|
|
ALL_TARGET= # empty
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|IOExts|Debug.Trace|' ${WRKSRC}/IDoc.hs
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|