openbsd-ports/math/p5-Math-GMP/Makefile
2010-11-07 20:33:58 +00:00

26 lines
481 B
Makefile

# $OpenBSD: Makefile,v 1.21 2010/11/07 20:33:59 espie Exp $
SHARED_ONLY= Yes
COMMENT= high speed arbitrary-size integer math
MODULES= cpan
DISTNAME= Math-GMP-2.05
REVISION= 0
CATEGORIES= math
# LGPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS = ::devel/gmp
WANTLIB = gmp.>=4
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
.include <bsd.port.mk>