USE_TOOLS+=gmake so this package builds now; INSTALL_ENV+=DESTDIR;

Package builds and installs properly, passes pkglint. Bump PKGREVISION.
This commit is contained in:
Blue Rats 2012-11-03 01:10:54 +00:00 committed by Thomas Klausner
parent bd5158a18b
commit 9fa0126e6b
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.2 2012/09/24 18:26:55 asau Exp $
# $NetBSD: Makefile,v 1.3 2012/11/03 01:10:54 othyro Exp $
#
DISTNAME= creal-0.7
PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www.lri.fr/%7Efilliatr/ftp/ocaml/ds/
@ -11,8 +12,11 @@ COMMENT= Exact real arithmetic library (constructive reals) for ocaml
LICENSE= gnu-lgpl-v2
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
BUILD_TARGET= all
INSTALL_ENV+= DESTDIR=${DESTDIR}
.include "../../devel/gmp/buildlink3.mk"
.include "../../lang/ocaml/buildlink3.mk"