freebsd-ports/math/newmat/Makefile

31 lines
648 B
Makefile
Raw Normal View History

2001-12-06 16:48:26 +01:00
# ex:ts=8
# New ports collection makefile for: newmat
# Date created: Dec 6, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= newmat
PORTVERSION= 1.1
PORTREVISION= 1
2001-12-06 16:48:26 +01:00
CATEGORIES= math
MASTER_SITES= http://www.robertnz.net/ftp/
2001-12-06 16:48:26 +01:00
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
MAINTAINER= gahr@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= A C++ matrix library
2001-12-06 16:48:26 +01:00
NO_WRKSUBDIR= yes
USE_GMAKE= yes
MAKEFILE= nm_gnu.mak
MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
2001-12-06 16:48:26 +01:00
ALL_TARGET= everything
do-install:
@${MKDIR} ${PREFIX}/include/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/libnewmat.a ${PREFIX}/lib
2001-12-06 16:48:26 +01:00
.include <bsd.port.mk>