# $Id: Portfile 21457 2007-01-25 19:19:36Z eridius@macports.org $ PortSystem 1.0 name createtorrent version 1.1.1 categories sysutils platforms darwin maintainers eridius@macports.org description command line utility to create BitTorrent files long_description CreateTorrent is a small and fast command line utility to \ create BitTorrent files easily. BitTorrent files can be \ made from either one file or a collection of files that are \ grouped together into a directory. homepage http://www.createtorrent.com/ master_sites ${homepage} checksums md5 5a59993e76edd735d96f7bcab6f8e892 \ sha1 aa5ac44740752e62cfcae9b7c16c3c4b567b284a \ rmd160 97f6b9333650b08f9e5c6b4a8832ee7029b340a2 patchfiles patch-configure depends_lib lib:libssl:openssl configure.env CFLAGS=-I${prefix}/include/ \ LDFLAGS=-L${prefix}/lib/ post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog \ ${destroot}${prefix}/share/doc/${name} }