ffd97a0193
- while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
30 lines
601 B
Makefile
30 lines
601 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
|
|
USES= cmake
|
|
|
|
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>
|