2002-10-25 21:59:17 +00:00
|
|
|
# New ports collection makefile for: hdoc
|
|
|
|
# Date created: 25 October 2002
|
|
|
|
# Whom: Oliver Braun <obraun@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= hdoc
|
|
|
|
PORTVERSION= 0.8.2
|
2004-02-04 05:21:48 +00:00
|
|
|
PORTREVISION= 1
|
2002-11-20 09:10:55 +00:00
|
|
|
CATEGORIES= devel haskell
|
2002-10-25 21:59:17 +00:00
|
|
|
MASTER_SITES= http://www.fmi.uni-passau.de/~groessli/hdoc/
|
|
|
|
PKGNAMEPREFIX= hs-
|
|
|
|
|
|
|
|
MAINTAINER= obraun@FreeBSD.org
|
2003-02-18 10:50:48 +00:00
|
|
|
COMMENT= HTML documentation tool for Haskell
|
2002-10-25 21:59:17 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
|
|
|
|
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= bin/hdoc
|
2004-01-31 11:16:48 +00:00
|
|
|
USE_SIZE= yes
|
2002-10-25 21:59:17 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
|
|
|
ALL_TARGET= # empty
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|