# $Id: Portfile,v 1.5 2005/03/04 06:44:33 landonf Exp $ PortSystem 1.0 name nsis version 2.05 revision 3 categories devel win32 platforms darwin maintainers landonf@opendarwin.org homepage http://nsis.sourceforge.net/ description NSIS is a tool for creating win32 installers. long_description NSIS (Nullsoft Scriptable Install System) is a tool \ that allows programmers to create software installers \ for Windows. It is released under an open source \ license and is completely free for any use. master_sites sourceforge checksums md5 756d03e255066da1bd8317712028807e distname nsis[string map {. ""} $version] extract.suffix .tar.bz2 use_bzip2 yes worksrcdir NSIS patchfiles patch-Makefile patch-install.sh \ patch-script.cpp patch-util.h patch-Plugins.cpp \ patch-ResourceEditor.cpp configure {} build.dir ${worksrcpath}/Source build.args USE_PRECOMPILED_EXEHEADS=1 destroot.cmd ./install.sh destroot.dir ${worksrcpath} destroot.destdir "" destroot.target "" destroot.args ${prefix}/ ${destroot}/