e32afb6fea
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
19 lines
454 B
Makefile
19 lines
454 B
Makefile
# $NetBSD: Makefile,v 1.8 2001/03/27 03:19:51 hubertf Exp $
|
|
#
|
|
|
|
DISTNAME= gmp-3.1.1
|
|
CATEGORIES= devel
|
|
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
|
|
|
|
BUILD_DEPENDS+= m4-1.4:../../devel/m4
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
M4= ${PREFIX}/bin/gm4
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|