openbsd-ports/math/p5-Math-GMP/Makefile
2013-03-11 11:20:26 +00:00

24 lines
403 B
Makefile

# $OpenBSD: Makefile,v 1.26 2013/03/11 11:23:55 espie Exp $
SHARED_ONLY= Yes
COMMENT= high speed arbitrary-size integer math
MODULES= cpan
DISTNAME= Math-GMP-2.06
REVISION= 0
CATEGORIES= math
# LGPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c gmp>=4
LIB_DEPENDS = devel/gmp
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
.include <bsd.port.mk>