pkgsrc/devel/gmp/Makefile
jlam ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00

31 lines
707 B
Makefile

# $NetBSD: Makefile,v 1.28 2004/02/14 17:21:37 jlam Exp $
#
DISTNAME= gmp-4.1.2
CATEGORIES= devel math
MASTER_SITES= ${MASTER_SITE_GNU:=gmp/}
MAINTAINER= hubertf@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/gmp/gmp.html
COMMENT= Library for arbitrary precision arithmetic
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
USE_LANGUAGES= c c++
USE_GNU_TOOLS+= m4
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-cxx --without-readline
INFO_FILES= gmp.info
TEST_TARGET= check
.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"