# $Id: Portfile,v 1.6 2005/06/20 23:52:16 matt Exp $ PortSystem 1.0 name Smultron version 1.2.1 categories aqua editors platforms darwin maintainers darwinports@opendarwin.org homepage http://smultron.sourceforge.net/ description Cocoa text editor with syntax colouring long_description Smultron is an open-source text editor written in Cocoa \ for Mac OS X Panther with many of the features that you \ might need. It features easy selection of the opened documents, \ line numbers, support for syntax colouring for many different \ languages, support for text encodings, code snippets, a toolbar, \ a status bar, HTML preview, multi-document find and replace with \ regular expressions, possibility to show invisible characters, \ authenticated saves, command-line utility, .Mac synchronisation \ of preferences and many more features. master_sites sourceforge:smultron checksums md5 ce8976b23932b30c8711d8f06483d01a use_zip yes distname ${name}Source-${version} use_configure no build.dir ${workdir}/${name}Source pre-build { file mkdir "${build.dir}/build/smultron" } build.type pbx build.target destroot { xinstall -d -m 755 ${destroot}/Applications/DarwinPorts file copy ${build.dir}/build/${name}.app \ ${destroot}/Applications/DarwinPorts/${name}.app }