pkgsrc/devel/gmp/Makefile
jlam 792529759b * Honor PKGINFODIR.
* List the info files directly in the PLIST.
2006-03-30 03:44:41 +00:00

40 lines
905 B
Makefile

# $NetBSD: Makefile,v 1.39 2006/03/30 03:44:43 jlam Exp $
DISTNAME= gmp-4.1.4
PKGREVISION= 1
CATEGORIES= devel math
MASTER_SITES= ${MASTER_SITE_GNU:=gmp/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/gmp/gmp.html
COMMENT= Library for arbitrary precision arithmetic
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= c c++
USE_TOOLS+= gm4
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-cxx --without-readline
INFO_FILES= # PLIST
TEST_TARGET= check
.include "../../mk/bsd.prefs.mk"
.if !empty(LOWER_OPSYS:Mirix5) && !empty(ABI)
ABI= o32
.endif
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mmipspro)
CFLAGS+= -c99
.endif
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
# The configure script thinks gcc 2.95 for ARM is too buggy to use.
GCC_REQD+= 3.0
.endif
.include "../../mk/bsd.pkg.mk"