6357f465dc
from maintainer Paul Irofti tested by merdely and sthen
33 lines
664 B
Makefile
33 lines
664 B
Makefile
# $OpenBSD: Makefile,v 1.2 2008/06/17 19:30:19 steven Exp $
|
|
|
|
NOT_FOR_ARCHS= sparc64
|
|
|
|
COMMENT= library for efficient computations
|
|
|
|
DISTNAME= cln-1.2.2
|
|
SHARED_LIBS += cln 1.0 # .5.2
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://www.ginac.de/CLN/
|
|
|
|
MAINTAINER= Paul Irofti <bulibuta@sdf.lonestar.org>
|
|
|
|
# GPL v2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
LIB_DEPENDS= gmp::devel/gmp
|
|
|
|
USE_GMAKE= Yes
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|