diff options
author | asau <asau@pkgsrc.org> | 2010-07-20 12:29:20 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-07-20 12:29:20 +0000 |
commit | 93fcdba1591c996f1747b4236cf36b972a0a13dd (patch) | |
tree | 6f0285e4f6fa98696d8750ec1f7e4c7fb6fc8d0e /lang/mercury/Makefile | |
parent | 7cf8601d453e45c706b1bb9042a59acf1f25d71f (diff) | |
download | pkgsrc-93fcdba1591c996f1747b4236cf36b972a0a13dd.tar.gz |
Update to Mercury 0.13.1
The list of changes is too long, it includes 5 years of development.
See NEWS and HISTORY files for details.
Diffstat (limited to 'lang/mercury/Makefile')
-rw-r--r-- | lang/mercury/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lang/mercury/Makefile b/lang/mercury/Makefile index 4aae2ad72aa..88035170beb 100644 --- a/lang/mercury/Makefile +++ b/lang/mercury/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.35 2009/05/20 00:58:19 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2010/07/20 12:29:20 asau Exp $ -DISTNAME= mercury-compiler-0.11.0 -PKGNAME= mercury-0.11.0 -PKGREVISION= 6 +DISTNAME= mercury-compiler-0.13.1 +PKGNAME= mercury-0.13.1 CATEGORIES= lang MASTER_SITES= ftp://ftp.mercury.cs.mu.oz.au/pub/mercury/ \ + http://www.mercury.cs.mu.oz.au/download/files/ \ ${MASTER_SITE_SUNSITE:=devel/lang/mercury/} MAINTAINER= pkgsrc-users@NetBSD.org @@ -15,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_TOOLS+= gmake pax +USE_TOOLS+= perl # ? USE_GNU_READLINE= yes # rl_prep_term_function INFO_FILES= # PLIST @@ -31,10 +32,7 @@ BUILD_MAKE_FLAGS= ${MAKE_FLAGS} BUILD_MAKE_FLAGS+= INSTALL_PREFIX=${INSTALL_PREFIX:Q} BUILD_MAKE_FLAGS+= INSTALL_INFO_DIR=${INSTALL_PREFIX:Q}/${PKGINFODIR:Q} BUILD_MAKE_FLAGS+= INSTALL_MAN_DIR=${INSTALL_PREFIX:Q}/${PKGMANDIR:Q} -BUILD_MAKE_FLAGS+= MERCURY_COMPILER=${INSTALL_PREFIX:Q}/lib/mercury/bin/${MACHINE_GNU_PLATFORM}/mercury_compile - -.include "../../devel/readline/buildlink3.mk" -.include "../../devel/ncurses/buildlink3.mk" +BUILD_MAKE_FLAGS+= MERCURY_COMPILER=${INSTALL_PREFIX:Q}/bin/mercury_compile post-patch: ${TOUCH} \ @@ -55,4 +53,6 @@ do-install: cd ${WRKSRC}/samples && \ pax -rw . ${DESTDIR}${PREFIX}/share/examples/mercury +.include "../../devel/readline/buildlink3.mk" +.include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |