freebsd-ports/math/eigen2/Makefile
Adam Weinberger bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00

24 lines
513 B
Makefile

# Created by: arved
# $FreeBSD$
PORTNAME= eigen
PORTVERSION= 2.0.17
PORTEPOCH= 1
CATEGORIES= math
MASTER_SITES= https://bitbucket.org/eigen/eigen/get/
PKGNAMESUFFIX= 2
DISTNAME= ${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= kde@FreeBSD.org
COMMENT= Lightweight library for vector and matrix math
USES= cmake tar:bzip2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-b23437e61a07
post-patch:
@${REINPLACE_CMD} -e 's|share/pkgconfig|libdata/pkgconfig|g' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>