freebsd-ports/math/newmat/Makefile
2007-05-27 03:03:31 +00:00

35 lines
730 B
Makefile

# ex:ts=8
# New ports collection makefile for: newmat
# Date created: Dec 6, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= newmat
PORTVERSION= 1.1
CATEGORIES= math
MASTER_SITES= http://www.robertnz.net/ftp/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
MAINTAINER= ports@FreeBSD.org
COMMENT= A C++ matrix library
NO_WRKSUBDIR= yes
USE_GMAKE= yes
MAKEFILE= nm_gnu.mak
MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
ALL_TARGET= everything
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif
do-install:
@${MKDIR} ${PREFIX}/include/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/libnewmat.a ${PREFIX}/lib
.include <bsd.port.post.mk>