mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
e31d46d814
WWW: http://www.cs.york.ac.uk/fp/hmake/ PR: 32345 Submitted by: mwest@uct.ac.za
28 lines
511 B
Makefile
28 lines
511 B
Makefile
# New ports collection makefile for: hmake
|
|
# Date created: 27 November 2001
|
|
# Whom: mwest@uct.ac.za
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hmake
|
|
PORTVERSION= 2.03
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/hmake/
|
|
|
|
MAINTAINER= mwest@uct.ac.za
|
|
|
|
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
|
|
|
|
HAS_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
|
USE_GMAKE= YES
|
|
|
|
# cheat a bit, otherwise LIBDIR gets clobbered
|
|
do-install:
|
|
(cd ${WRKSRC} && ./configure --install)
|
|
|
|
MAN1= hmake.1
|
|
|
|
.include <bsd.port.mk>
|