openbsd-ports/math/p5-Math-GMP/Makefile

25 lines
467 B
Makefile
Raw Normal View History

2011-06-01 13:04:59 -04:00
# $OpenBSD: Makefile,v 1.24 2011/06/01 17:04:59 jasper Exp $
SHARED_ONLY= Yes
COMMENT= high speed arbitrary-size integer math
MODULES= cpan
2011-06-01 13:04:59 -04:00
DISTNAME= Math-GMP-2.06
CATEGORIES= math
# LGPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-19 02:23:05 -05:00
LIB_DEPENDS = devel/gmp
WANTLIB = gmp>=4
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2010-10-19 05:21:04 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>