[79062] trunk/dports/net
Ryan Schmidt
ryandesign at macports.org
Wed Jun 1 04:18:29 PDT 2011
On May 31, 2011, at 12:37, singingwolfboy at macports.org wrote:
> Revision: 79062
> http://trac.macports.org/changeset/79062
> Author: singingwolfboy at macports.org
> Date: 2011-05-31 10:37:24 -0700 (Tue, 31 May 2011)
> Log Message:
> -----------
> New port: miniupnpc
>
> Added Paths:
> -----------
> trunk/dports/net/miniupnpc/
> trunk/dports/net/miniupnpc/Portfile
>
> Added: trunk/dports/net/miniupnpc/Portfile
> ===================================================================
> --- trunk/dports/net/miniupnpc/Portfile (rev 0)
> +++ trunk/dports/net/miniupnpc/Portfile 2011-05-31 17:37:24 UTC (rev 79062)
> @@ -0,0 +1,26 @@
> +# -*- 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 miniupnpc
> +version 1.5.20110527
> +categories net
> +platforms darwin
> +license BSD
> +maintainers singingwolfboy openmaintainer
> +description Lightweight client for UPnP protocol
> +long_description \
> + ${description}
> +
> +homepage http://miniupnp.free.fr/
> +master_sites http://miniupnp.free.fr/files/download.php?file=${distname}${extract.suffix}&dummy=
> +checksums md5 989937e60249be28332ba7e29457a163 \
> + sha1 c7454dc5c3dbe9b18b07d6a34b202af2521bb27d \
> + rmd160 4812baf2e7839f51aca655eae74aa25ceb068d3f
> +use_configure no
> +destroot.destdir PREFIX=${prefix} INSTALLPREFIX=${destroot}${prefix}
Because of "use_configure no", you should add code to manually ensure that you're UsingTheRightCompiler and build arch, and add a universal variant if possible.
https://trac.macports.org/wiki/UsingTheRightCompiler
More information about the macports-dev
mailing list