1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/devel/hs-hdoc/Makefile

28 lines
562 B
Makefile
Raw Normal View History

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