2002-08-23 23:07:24 +02:00
|
|
|
# New ports collection makefile for: hpl
|
|
|
|
# Date created: 23 August 2002
|
|
|
|
# Whom: Oliver Braun <obraun@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= hpl
|
2005-05-30 22:49:29 +02:00
|
|
|
PORTVERSION= 0.4.3
|
2006-01-12 13:54:32 +01:00
|
|
|
PORTREVISION= 1
|
2002-11-20 10:10:55 +01:00
|
|
|
CATEGORIES= devel haskell
|
2002-08-23 23:07:24 +02:00
|
|
|
MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/ports/
|
2002-09-04 16:38:48 +02:00
|
|
|
PKGNAMEPREFIX= hs-
|
2003-02-18 11:50:48 +01:00
|
|
|
DISTNAME= ports-${PORTVERSION}
|
2002-08-23 23:07:24 +02:00
|
|
|
|
2004-03-06 22:29:59 +01:00
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
2003-02-18 11:50:48 +01:00
|
|
|
COMMENT= Haskell Ports Library provides ports in Haskell
|
2002-08-23 23:07:24 +02:00
|
|
|
|
2005-05-30 22:49:29 +02:00
|
|
|
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
|
|
|
|
RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc
|
2002-08-23 23:07:24 +02:00
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
|
|
|
|
2005-05-30 22:49:29 +02:00
|
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
|
|
|
|
2002-08-23 23:07:24 +02:00
|
|
|
.include <bsd.port.mk>
|