[67389] trunk/dports/graphics

ryandesign at macports.org ryandesign at macports.org
Fri May 7 00:05:44 PDT 2010


Revision: 67389
          http://trac.macports.org/changeset/67389
Author:   ryandesign at macports.org
Date:     2010-05-07 00:05:37 -0700 (Fri, 07 May 2010)
Log Message:
-----------
makeicns: new port, version 1.3; see #24812

Added Paths:
-----------
    trunk/dports/graphics/makeicns/
    trunk/dports/graphics/makeicns/Portfile

Added: trunk/dports/graphics/makeicns/Portfile
===================================================================
--- trunk/dports/graphics/makeicns/Portfile	                        (rev 0)
+++ trunk/dports/graphics/makeicns/Portfile	2010-05-07 07:05:37 UTC (rev 67389)
@@ -0,0 +1,36 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                makeicns
+version             1.3
+
+categories          graphics
+maintainers         techno.ms:mk-macports pixilla.com:brad
+platforms           darwin
+
+license             MIT
+
+description         This program lets you convert all kinds of images to Apple's icns format on the command line.
+long_description    ${description}
+
+homepage            http://bitbucket.org/mkae/makeicns
+master_sites        ${homepage}/get
+
+use_bzip2           yes
+
+distname            ${version}
+worksrcdir          ${name}
+
+checksums           md5     bcf46a25d5c09faff4c648d36e800ec5 \
+                    sha1    d3c5b9c41737144b2e2488b3b81d27b6192b3700 \
+                    rmd160  8cf48c3095652082d5e7f82d5f2217d3168dae73
+
+use_configure       no
+
+build.target
+
+destroot {
+    xinstall ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name}
+}


Property changes on: trunk/dports/graphics/makeicns/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100507/d520a73e/attachment.html>


More information about the macports-changes mailing list