summaryrefslogblamecommitdiff
path: root/devel/hs-hdoc/Makefile
blob: 8a1fed9c271aa920f248480d121897ad9f869cf3 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                         
                 
                             



                                                            
                                                   


                                        
                        
                   






                                          
# 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
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
USE_SIZE=	yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes

CONFIGURE_ARGS+=	--prefix=${PREFIX}
ALL_TARGET=	# empty

.include <bsd.port.mk>