[116077] trunk/dports/science
michaelld at macports.org
michaelld at macports.org
Fri Jan 17 08:07:56 PST 2014
Revision: 116077
https://trac.macports.org/changeset/116077
Author: michaelld at macports.org
Date: 2014-01-17 08:07:56 -0800 (Fri, 17 Jan 2014)
Log Message:
-----------
libosmo-dsp: new port.
Added Paths:
-----------
trunk/dports/science/libosmo-dsp/
trunk/dports/science/libosmo-dsp/Portfile
Added: trunk/dports/science/libosmo-dsp/Portfile
===================================================================
--- trunk/dports/science/libosmo-dsp/Portfile (rev 0)
+++ trunk/dports/science/libosmo-dsp/Portfile 2014-01-17 16:07:56 UTC (rev 116077)
@@ -0,0 +1,38 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name libosmo-dsp
+maintainers michaelld openmaintainer
+
+description A library with SDR DSP primitives
+long_description ${description}
+
+categories science comms
+homepage http://sdr.osmocom.org/
+license GPL-2+
+platforms darwin macosx
+
+version 20130616
+
+fetch.type git
+git.url git://git.osmocom.org/libosmo-dsp
+git.branch 59e29c2043cc8bbc14fc7f483aadea2a7b7d0f56
+
+depends_build-append port:pkgconfig
+depends_lib-append port:fftw-3-single \
+ port:doxygen
+
+use_autoreconf yes
+autoreconf.args -vi
+
+# remove top-level include path, such that internal headers are used
+# instead of any already-installed ones.
+
+configure.cppflags-delete -I${prefix}/include
+
+# remove top-level library path, such that internal libraries are used
+# instead of any already-installed ones.
+
+configure.ldflags-delete -L${prefix}/lib
Property changes on: trunk/dports/science/libosmo-dsp/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/20140117/4409fd2d/attachment.html>
More information about the macports-changes
mailing list