opnsense-ports/math/eigen2/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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>