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

24 lines
460 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2007/03/15 11:30:07 jolan Exp $
SHARED_ONLY= Yes
COMMENT= "high speed arbitrary-size integer math"
MODULES= cpan
DISTNAME= Math-GMP-2.03
PKGNAME= ${DISTNAME}p0
CATEGORIES= math
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2006-08-03 16:04:51 -04:00
LIB_DEPENDS= gmp.>=4::devel/gmp
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>