freebsd-ports/math/eigen3/Makefile
Baptiste Daroussin 594e91274e Adjust pkgname to avoid confusing binary only users.
oldversion version get their pkgname suffixed by the version, shinest and greatest version doesn't change their name.
Ajust the conflicts line accordingly
Remove the now useless LATEST_LINK where they are not needed anymore.

Approved by:	kde (rakuco)
2013-09-17 12:50:49 +00:00

23 lines
493 B
Makefile

# $FreeBSD$
PORTNAME= eigen
PORTVERSION= 3.2.0
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="${LOCALBASE}/libdata"
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-ffa86ffb5570
.include <bsd.port.mk>