[78064] trunk/dports/devel/premake4/Portfile

wyuenho at macports.org wyuenho at macports.org
Thu Apr 21 14:32:50 PDT 2011


Revision: 78064
          http://trac.macports.org/changeset/78064
Author:   wyuenho at macports.org
Date:     2011-04-21 14:32:49 -0700 (Thu, 21 Apr 2011)
Log Message:
-----------
Portfile for premake4

Added Paths:
-----------
    trunk/dports/devel/premake4/Portfile

Added: trunk/dports/devel/premake4/Portfile
===================================================================
--- trunk/dports/devel/premake4/Portfile	                        (rev 0)
+++ trunk/dports/devel/premake4/Portfile	2011-04-21 21:32:49 UTC (rev 78064)
@@ -0,0 +1,32 @@
+# -*- 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
+
+name                premake4
+version             4.3
+
+categories          devel
+maintainers         wyuenho openmaintainer
+description         Premake is a build script generator.
+long_description    Premake is a build script generator. Describe your \
+                    project using the full-featured Lua scripting language \
+                    and use premake to create input files for various IDEs \
+                    and GnuMake
+
+platforms           darwin
+
+homepage            http://industriousone.com/premake/
+
+master_sites        sourceforge:premake
+distname            premake-${version}-macosx
+checksums           md5      6043fab743f2e86e32ceee829531f553 \
+                    sha1     ef6ec1ac127ba23aa2136cbb4097974cc0c07141 \
+                    rmd160   a024607bc0d795b10c594b595d4a33bc9d7c66c7
+use_configure       no
+
+build {}
+
+destroot	{
+		file copy ${workpath}/premake4 ${destroot}${prefix}/bin/
+}


Property changes on: trunk/dports/devel/premake4/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/20110421/eb535dd7/attachment.html>


More information about the macports-changes mailing list