mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
* Set maintainer to haskell@.
* Use CONFLICTS instead of local hack. * Put SIZE into distinfo.
This commit is contained in:
parent
8bd4125549
commit
bc988d3833
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103186
@ -14,7 +14,7 @@ MASTER_SITES= http://www.haskell.org/hmake/ \
|
||||
http://www.cs.york.ac.uk/fp/hmake/
|
||||
PKGNAMEPREFIX= hs-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= Intelligent compilation management tool for Haskell programs
|
||||
|
||||
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
|
||||
@ -23,23 +23,12 @@ HAS_CONFIGURE= YES
|
||||
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
||||
USE_GMAKE= YES
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
.if exists(${PREFIX}/bin/hmake) && !defined(OVERRIDE_HMAKE)
|
||||
@${ECHO} ""
|
||||
@${ECHO} "It seems that there is already a version of hmake installed on"
|
||||
@${ECHO} "this system. Please deinstall it, or define OVERRIDE_HMAKE to"
|
||||
@${ECHO} "override the installed version."
|
||||
@${ECHO} ""
|
||||
@${ECHO} "NOTE: hmake is part of nhc98"
|
||||
@${ECHO} ""
|
||||
@${FALSE}
|
||||
.else
|
||||
# cheat a bit, otherwise LIBDIR gets clobbered
|
||||
(cd ${WRKSRC} && ./configure --install)
|
||||
.endif
|
||||
|
||||
MAN1= hmake.1
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
CONFLICTS= nhc98-*
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (hmake-3.08.tar.gz) = c01c9137185a89e29bec389718696a66
|
||||
SIZE (hmake-3.08.tar.gz) = 74439
|
||||
|
Loading…
Reference in New Issue
Block a user