diff options
author | krion <krion@FreeBSD.org> | 2004-03-08 00:41:00 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-08 00:41:00 +0800 |
commit | 55671cc4b4f7bba081f0a8839985be99accbf49e (patch) | |
tree | 7c7b434cdca952453353568ff3f713eee53248f7 /math/mtrxmath/Makefile | |
parent | 45c51a82700c20f407e45306ca690c4e19952a7f (diff) | |
download | freebsd-ports-gnome-55671cc4b4f7bba081f0a8839985be99accbf49e.tar.gz freebsd-ports-gnome-55671cc4b4f7bba081f0a8839985be99accbf49e.tar.zst freebsd-ports-gnome-55671cc4b4f7bba081f0a8839985be99accbf49e.zip |
- Update to version 1.0.2
PR: ports/63880
Submitted by: Ports Fury
Diffstat (limited to 'math/mtrxmath/Makefile')
-rw-r--r-- | math/mtrxmath/Makefile | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/math/mtrxmath/Makefile b/math/mtrxmath/Makefile index 8f5914fb2a23..1f5f594cb73e 100644 --- a/math/mtrxmath/Makefile +++ b/math/mtrxmath/Makefile @@ -5,21 +5,25 @@ # $FreeBSD$ # -PORTNAME= mtrxmath -PORTVERSION= 0.9.3 -PORTREVISION= 1 -CATEGORIES= math -MASTER_SITES= http://www.angelfire.com/linux/linuxjeff/mtrxmath/files/ +PORTNAME= mtrxmath +PORTVERSION= 1.0.2 +CATEGORIES= math +MASTER_SITES= http://www.angelfire.com/linux/linuxjeff/mtrxmath/files/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A small tool for matrix mathemetics -USE_GETOPT_LONG=yes -MAKE_ENV= CPPFLAGS="${CPPFLAGS}" \ - LDFLAGS="${LDFLAGS}" +USE_GETOPT_LONG= yes +MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" + +PORTDOCS= README +PLIST_FILES= bin/mtrxmath do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mtrxmath ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/README.mtrxmath +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.endif .include <bsd.port.mk> |