openbsd-ports/math/eigen2/Makefile
sthen 60775b7d0b mirror the eigen2 distfile.
porters, please don't use bitbucket in MASTER_SITES, mirror the file
instead. they appear to generate tarballs on the fly and keep changing
how it's done so that the files never match for long.
2011-07-17 09:52:44 +00:00

31 lines
776 B
Makefile

# $OpenBSD: Makefile,v 1.4 2011/07/17 09:52:44 sthen Exp $
PKG_ARCH = *
COMMENT = lightweight C++ template library for linear algebra
CATEGORIES = math devel
HOMEPAGE = http://eigen.tuxfamily.org/
MASTER_SITES = http://spacehopper.org/mirrors/eigen/
#MASTER_SITES = http://bitbucket.org/eigen/eigen/get/
DIST_SUBDIR = eigen
VERSION = 2.0.14
DISTNAME = ${VERSION}
PKGNAME = eigen2-${VERSION}
WRKDIST = ${WRKDIR}/eigen-eigen-f30db88dec8b
REVISION = 0
# relaxed GPL (LGPL for template libs)
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = devel/cmake
CONFIGURE_STYLE = cmake
NO_REGRESS= Yes
# CONFIGURE_ARGS = -DEIGEN_BUILD_TESTS:BOOL=ON \
# -DEIGEN_BUILD_EXAMPLES:BOOL=ON
.include <bsd.port.mk>