freebsd-ports/math/eigen/Makefile
Jason E. Hale 52d169628b - Mark DEPRECATED and set EXPIRATION_DATE to one month from now
- Last release for the 1.x series was in 2007 and no other
  ports depend on this
- Trim Makefile header

Feature safe:	yes
2012-11-15 21:19:23 +00:00

23 lines
469 B
Makefile

# Created by: arved
# $FreeBSD$
PORTNAME= eigen
PORTVERSION= 1.0.5
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://download.tuxfamily.org/eigen/
MAINTAINER= kde@FreeBSD.org
COMMENT= Lightweight library for vector and matrix math
DEPRECATED= Development for 1.x series has long ceased, use math/eigen3
EXPIRATION_DATE=2012-12-15
USE_CMAKE= yes
CMAKE_SOURCE_PATH= ..
WRKSRC= ${WRKDIR}/${PORTNAME}/build
post-patch:
${MKDIR} ${WRKSRC}
.include <bsd.port.mk>