2001-06-05 07:22:15 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: libgmp3
|
|
|
|
# Date created: Jan 11, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2002-04-15 11:00:07 +02:00
|
|
|
PORTNAME= libgmp
|
2007-09-18 08:07:59 +02:00
|
|
|
PORTVERSION= 4.2.2
|
2001-06-05 07:22:15 +02:00
|
|
|
CATEGORIES= math devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= gmp
|
|
|
|
DISTNAME= gmp-${PORTVERSION}
|
|
|
|
|
2004-01-18 11:50:15 +01:00
|
|
|
MAINTAINER= ale@FreeBSD.org
|
2003-02-20 19:26:42 +01:00
|
|
|
COMMENT= A free library for arbitrary precision arithmetic
|
2001-06-05 07:22:15 +02:00
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-03-31 03:32:17 +02:00
|
|
|
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
2005-08-29 15:57:39 +02:00
|
|
|
CONFIGURE_ARGS= --enable-cxx
|
2007-02-07 08:00:22 +01:00
|
|
|
USE_LDCONFIG= yes
|
2001-06-05 07:22:15 +02:00
|
|
|
|
2005-08-29 15:57:39 +02:00
|
|
|
INFO= gmp
|
2004-06-10 00:49:30 +02:00
|
|
|
|
2003-03-31 03:32:17 +02:00
|
|
|
post-extract:
|
2006-04-04 08:05:02 +02:00
|
|
|
@${RM} -f ${WRKSRC}/doc/gmp.info*
|
2003-03-31 03:32:17 +02:00
|
|
|
|
2001-06-05 07:22:15 +02:00
|
|
|
.include <bsd.port.mk>
|