75af53f9af
- fix license marker
23 lines
441 B
Makefile
23 lines
441 B
Makefile
# $OpenBSD: Makefile,v 1.17 2008/10/10 12:12:07 jasper Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= high speed arbitrary-size integer math
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Math-GMP-2.05
|
|
CATEGORIES= math
|
|
|
|
# LGPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
LIB_DEPENDS= gmp.>=4::devel/gmp
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|