# -*- 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 license bsd 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/ }