freebsd-ports/math/eigen3/Makefile
Max Brazhnikov ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00

25 lines
517 B
Makefile

# $FreeBSD$
PORTNAME= eigen
PORTVERSION= 3.1.2
CATEGORIES= math
MASTER_SITES= https://bitbucket.org/${PORTNAME}/${PORTNAME}/get/
DISTNAME= ${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= kde@FreeBSD.org
COMMENT= Lightweight library for vector and matrix math
LICENSE= LGPL21 MPL
LICENSE_COMB= multi
USE_BZIP2= yes
USES= cmake:outsource
CMAKE_ENV+= PKG_CONFIG_LIBDIR="${PREFIX}/libdata"
NO_BUILD= yes
LATEST_LINK= ${PORTNAME}3
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-5097c01bcdc4
.include <bsd.port.mk>