[62862] trunk/dports/math/newmat/Portfile
jameskyle at macports.org
jameskyle at macports.org
Tue Jan 19 05:51:11 PST 2010
Revision: 62862
http://trac.macports.org/changeset/62862
Author: jameskyle at macports.org
Date: 2010-01-19 05:51:07 -0800 (Tue, 19 Jan 2010)
Log Message:
-----------
Added PortGroup cmake 1.0 for proper universal variant building and general correctness. Resolves ticket #23337.
Modified Paths:
--------------
trunk/dports/math/newmat/Portfile
Modified: trunk/dports/math/newmat/Portfile
===================================================================
--- trunk/dports/math/newmat/Portfile 2010-01-19 09:55:05 UTC (rev 62861)
+++ trunk/dports/math/newmat/Portfile 2010-01-19 13:51:07 UTC (rev 62862)
@@ -1,8 +1,8 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-
+PortSystem 1.0
+PortGroup cmake 1.0
name newmat
version 10
revision 1
@@ -17,11 +17,11 @@
platforms darwin
master_sites http://www.robertnz.net/ftp/
distname ${name}${version}
-
+
checksums md5 cc7408a10ee3d4775fc5f86e523bf56a \
sha1 91cfcaba03f5fa69a3e3c77a9ce6762f7eb6b963 \
rmd160 90a396fa888d0f87c345c13262ccad2d9de4adf4
-
+
depends_build port:cmake
configure.cmd cmake
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100119/bbac1aae/attachment.html>
More information about the macports-changes
mailing list