[116409] trunk/dports/cad
cal at macports.org
cal at macports.org
Thu Jan 23 15:48:30 PST 2014
Revision: 116409
https://trac.macports.org/changeset/116409
Author: cal at macports.org
Date: 2014-01-23 15:48:30 -0800 (Thu, 23 Jan 2014)
Log Message:
-----------
new port: LibreCAD, closes #42235
Added Paths:
-----------
trunk/dports/cad/LibreCAD/
trunk/dports/cad/LibreCAD/Portfile
Added: trunk/dports/cad/LibreCAD/Portfile
===================================================================
--- trunk/dports/cad/LibreCAD/Portfile (rev 0)
+++ trunk/dports/cad/LibreCAD/Portfile 2014-01-23 23:48:30 UTC (rev 116409)
@@ -0,0 +1,46 @@
+# -*- 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
+PortGroup github 1.0
+PortGroup qt4 1.0
+
+github.setup LibreCAD LibreCAD 2.0.2
+categories cad
+platforms darwin
+maintainers rvt.dds.nl:librecad \
+ gmail.com:dongxuli2011
+
+license GPL-2+
+
+description LibreCAD is a free Open Source CAD application.
+
+long_description LibreCAD is a free Open Source CAD application for \
+ Windows, Apple and Linux. Support and documentation is \
+ free from our large, dedicated community of users, \
+ contributors and developers. You, too, can also get \
+ involved!
+
+homepage http://librecad.org/
+
+checksums rmd160 30ae8dc909fbc34f9b1f0f448b499813ab573c40 \
+ sha256 75460c0d959245d4257734bdbcac69887d6ebc91312499ed228d1c4b60d0b928
+
+depends_lib-append port:boost \
+ port:muparser \
+ port:freetype
+
+configure.cmd ${prefix}/bin/qmake
+configure.pre_args
+configure.universal_args
+
+variant universal {}
+
+build.args CC="${configure.cc} [get_canonical_archflags cc]" \
+ CXX="${configure.cxx} [get_canonical_archflags cxx]" \
+ LINK="${configure.cxx} [get_canonical_archflags cxx]"
+
+destroot {
+ system -W ${worksrcpath} "macdeployqt LibreCAD.app"
+ copy ${worksrcpath}/LibreCAD.app ${destroot}${applications_dir}
+}
Property changes on: trunk/dports/cad/LibreCAD/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140123/ff15943c/attachment.html>
More information about the macports-changes
mailing list