2002-10-25 23:59:17 +02:00
|
|
|
# New ports collection makefile for: hdoc
|
|
|
|
# Date created: 25 October 2002
|
|
|
|
# Whom: Oliver Braun <obraun@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= hdoc
|
2005-10-05 10:56:45 +02:00
|
|
|
PORTVERSION= 0.8.3
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
2002-11-20 10:10:55 +01:00
|
|
|
CATEGORIES= devel haskell
|
2007-04-08 16:58:02 +02:00
|
|
|
MASTER_SITES= http://staff.fmi.uni-passau.de/~groessli/hdoc/
|
2002-10-25 23:59:17 +02:00
|
|
|
PKGNAMEPREFIX= hs-
|
|
|
|
|
2004-03-06 22:29:59 +01:00
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
2003-02-18 11:50:48 +01:00
|
|
|
COMMENT= HTML documentation tool for Haskell
|
2002-10-25 23:59:17 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
|
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/hdoc
|
2002-10-25 23:59:17 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
|
|
|
ALL_TARGET= # empty
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|