Ticket #10779: Portfile.diff
File Portfile.diff, 1.2 KB (added by wyuenho (Jimmy Yuen Ho Wong), 18 years ago) |
---|
-
Portfile
old new 1 # $Id: Portfile,v 1.2 2005/09/13 06:57:44 olegb Exp$1 # $Id: $ 2 2 3 3 PortSystem 1.0 4 4 name premake 5 version 1.55 version 3.2 6 6 categories devel 7 maintainers darwinports@opendarwin.org7 maintainers macports@macports.org 8 8 description Premake is a build script generator. 9 9 long_description Premake is a build script generator. Describe your \ 10 10 project using the full-featured Lua scripting language \ 11 and use premake to create input files 11 and use premake to create input files for various IDEs \ 12 and GnuMake 12 13 platforms darwin 13 14 homepage http://premake.sourceforge.net/ 14 15 master_sites sourceforge 15 16 distname ${name}-src-${version} 16 17 use_zip yes 17 checksums md5 9bf8baefcdbc5dd6d879c9335f35548518 checksums md5 6848ae083ad944fef788978ce7670cd9 18 19 worksrcdir Premake-${version} 19 20 use_configure no 20 patchfiles patch_posix.c patch_Premake.make21 21 22 22 destroot { 23 file copy ${worksrcpath}/ premake ${destroot}${prefix}/bin/24 23 file copy ${worksrcpath}/bin/premake ${destroot}${prefix}/bin/ 24 }