2013-09-20 22:55:04 +02:00
|
|
|
# Created by: George Reid <greid@ukug.uk.freebsd.org>
|
2001-03-10 20:46:38 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2004-03-07 17:41:00 +01:00
|
|
|
PORTNAME= mtrxmath
|
|
|
|
PORTVERSION= 1.0.2
|
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= http://www.angelfire.com/linux/linuxjeff/mtrxmath/files/
|
2001-03-10 20:46:38 +01:00
|
|
|
|
2004-03-07 17:41:00 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2012-07-29 13:17:02 +02:00
|
|
|
COMMENT= Small tool for matrix mathematics
|
2001-03-10 20:46:38 +01:00
|
|
|
|
2004-03-07 17:41:00 +01:00
|
|
|
PORTDOCS= README
|
|
|
|
PLIST_FILES= bin/mtrxmath
|
2001-03-10 20:46:38 +01:00
|
|
|
|
2013-09-20 22:55:04 +02:00
|
|
|
NO_STAGE= yes
|
2001-03-10 20:46:38 +01:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mtrxmath ${PREFIX}/bin
|
2004-03-07 17:41:00 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
|
|
.endif
|
2001-03-10 20:46:38 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|