a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22800 2007-03-14 20:05:35Z eridius@macports.org $
PortSystem 1.0
name createtorrent
version 1.1.3
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 081a1777c9aa54fa0c2c12c0681db094 \
sha1 17c6c15df08c1af55e31fe25790c7594194f4d71 \
rmd160 76b145174e0f30e51f3a961b8d78e4e96fcacc24
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}
}