mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
28 lines
623 B
Makefile
28 lines
623 B
Makefile
# New ports collection makefile for: hpl
|
|
# Date created: 23 August 2002
|
|
# Whom: Oliver Braun <obraun@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hpl
|
|
PORTVERSION= 0.3.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel haskell
|
|
MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/ports/
|
|
PKGNAMEPREFIX= hs-
|
|
DISTNAME= ports-${PORTVERSION}
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Haskell Ports Library provides ports in Haskell
|
|
|
|
BUILD_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5
|
|
RUN_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5
|
|
|
|
HAS_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|