1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/math/eigen3/Makefile
Alberto Villa 02aaf97c29 - Fix build (tarball rerolled).
PR:		159690
Submitted by:	Mikhail Teterin <mi@symbion.zaytman.com> via e-mail
2011-08-30 00:01:31 +00:00

31 lines
621 B
Makefile

# New ports collection makefile for: eigen
# Date created: 2008-01-18
# Whom: arved
#
# $FreeBSD$
PORTNAME= eigen
PORTVERSION= 2.0.16
PORTEPOCH= 1
CATEGORIES= math
MASTER_SITES= http://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
FETCH_ARGS= -Fpr
LATEST_LINK= ${PORTNAME}2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION}
post-patch:
@${REINPLACE_CMD} -e 's|share/pkgconfig|libdata/pkgconfig|g' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>