freebsd-ports/math/eigen2/Makefile
Raphael Kubo da Costa 872cac5d84 - Update to 2.0.17.
This release should contain only two small bugs.
- Update MASTER_SITES to use the https version of bitbucket.
- Do not set FETCH_ARGS to a custom value, as it does not seem
  to be needed anymore.
- Kind of revert the fix for PR 159690 now that bitbucket seems
  to have changed its mind once again and changed the naming
  scheme of the top-level directory in the tarball.
2012-01-19 13:03:16 +00:00

29 lines
603 B
Makefile

# New ports collection makefile for: eigen
# Date created: 2008-01-18
# Whom: arved
#
# $FreeBSD$
PORTNAME= eigen
PORTVERSION= 2.0.17
PORTEPOCH= 1
CATEGORIES= math
MASTER_SITES= https://bitbucket.org/eigen/eigen/get/
DISTNAME= ${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= kde@FreeBSD.org
COMMENT= Lightweight library for vector and matrix math
USE_BZIP2= yes
USE_CMAKE= yes
LATEST_LINK= ${PORTNAME}2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-b23437e61a07
post-patch:
@${REINPLACE_CMD} -e 's|share/pkgconfig|libdata/pkgconfig|g' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>