freebsd-ports/devel/hs-hmake/Makefile

41 lines
891 B
Makefile
Raw Normal View History

# New ports collection makefile for: hmake
# Date created: 27 November 2001
# Whom: mwest@uct.ac.za
#
# $FreeBSD$
#
PORTNAME= hmake
2005-03-13 12:23:02 +01:00
PORTVERSION= 3.10
PORTREVISION= 1
2002-11-20 10:10:55 +01:00
CATEGORIES= devel haskell
MASTER_SITES= http://www.haskell.org/hmake/ \
ftp://ftp.cs.york.ac.uk/pub/haskell/hmake/ \
http://www.cs.york.ac.uk/fp/hmake/
PKGNAMEPREFIX= hs-
MAINTAINER= haskell@FreeBSD.org
2003-02-21 12:23:04 +01:00
COMMENT= Intelligent compilation management tool for Haskell programs
2005-03-13 12:23:02 +01:00
.include <bsd.port.pre.mk>
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
2005-03-13 12:23:02 +01:00
.if exists(${LOCALBASE}/lib/libreadline.so)
LIB_DEPENDS= readline.5:${PORTSDIR}/devel/readline
.endif
RUN_DEPENDS= ${BUILD_DEPENDS}
HAS_CONFIGURE= YES
CONFIGURE_ARGS+= --prefix=${PREFIX}
USE_GMAKE= YES
do-install:
# cheat a bit, otherwise LIBDIR gets clobbered
(cd ${WRKSRC} && ./configure --install)
MAN1= hmake.1
2005-03-13 12:23:02 +01:00
CONFLICTS= nhc98-[0-9]*
2005-03-13 12:23:02 +01:00
.include <bsd.port.post.mk>