[125218] trunk/dports/net/ASFRecorder/Portfile

jmr at macports.org jmr at macports.org
Wed Sep 10 09:44:23 PDT 2014


Revision: 125218
          https://trac.macports.org/changeset/125218
Author:   jmr at macports.org
Date:     2014-09-10 09:44:23 -0700 (Wed, 10 Sep 2014)
Log Message:
-----------
ASFRecorder: set license, use the right compiler and flags

Modified Paths:
--------------
    trunk/dports/net/ASFRecorder/Portfile

Modified: trunk/dports/net/ASFRecorder/Portfile
===================================================================
--- trunk/dports/net/ASFRecorder/Portfile	2014-09-10 16:43:49 UTC (rev 125217)
+++ trunk/dports/net/ASFRecorder/Portfile	2014-09-10 16:44:23 UTC (rev 125218)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem      1.0
+
 name            ASFRecorder
 version         1.1
 revision        1
@@ -12,6 +13,7 @@
                 a console-mode application which can be compiled \
                 in Linux, Darwin and SunOS.
 categories      net
+license         Permissive
 platforms       darwin
 maintainers     nomaintainer
 master_sites    sourceforge:project/asfrecorder/asfrecorder/${version}
@@ -19,7 +21,7 @@
 use_zip         yes
 checksums       md5 c0cd281b9f72479945058735d8eff8a2
 use_configure   no
-build           { system "cc -o ${workpath}/${name}/source/${name} \
-                ${workpath}/${name}/source/asfrecorder.c"}
-destroot        { xinstall -m 755 ${workpath}/${name}/source/ASFRecorder \
+build           { system "${configure.cc} ${configure.cflags} ${configure.cc_archflags} -o ${worksrcpath}/source/${name} \
+                ${worksrcpath}/source/asfrecorder.c"}
+destroot        { xinstall -m 755 ${worksrcpath}/source/ASFRecorder \
                 ${destroot}${prefix}/bin }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140910/d00221bb/attachment-0001.html>


More information about the macports-changes mailing list