2013-03-11 07:20:26 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.26 2013/03/11 11:23:55 espie Exp $
|
2004-01-17 10:58:06 -05:00
|
|
|
|
2006-12-24 14:50:51 -05:00
|
|
|
SHARED_ONLY= Yes
|
2001-01-28 10:28:54 -05:00
|
|
|
|
2007-09-15 14:44:36 -04:00
|
|
|
COMMENT= high speed arbitrary-size integer math
|
2001-04-12 06:42:53 -04:00
|
|
|
|
2006-12-24 14:50:51 -05:00
|
|
|
MODULES= cpan
|
2011-06-01 13:04:59 -04:00
|
|
|
DISTNAME= Math-GMP-2.06
|
2012-08-23 11:50:05 -04:00
|
|
|
REVISION= 0
|
2006-12-24 14:50:51 -05:00
|
|
|
CATEGORIES= math
|
2002-09-21 07:59:39 -04:00
|
|
|
|
2008-10-10 08:12:07 -04:00
|
|
|
# LGPLv2+
|
2001-01-28 10:28:54 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2012-08-23 11:50:05 -04:00
|
|
|
WANTLIB += c gmp>=4
|
|
|
|
|
2010-11-19 02:23:05 -05:00
|
|
|
LIB_DEPENDS = devel/gmp
|
2001-01-28 10:28:54 -05:00
|
|
|
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2010-10-19 05:21:04 -04:00
|
|
|
USE_GROFF = Yes
|
2001-01-28 10:28:54 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|