Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0

name ppmd
version 20050811
categories archivers
platforms darwin
maintainers nomaintainer@macports.org
description A fast archiver with a good compression ratio
long_description PPMD is a fast archiver with a good compression ratio. It \
is written for embedding in user programs mainly it is not \
intended for immediate use. Speed and performance improvements of \
abstract PPM model 1-6 are the main goal.

homepage http://packages.debian.org/unstable/utils/ppmd
master_sites http://critical.ch/distfiles/
checksums md5 59727053ba0ec35ba83f3547f55c0bbc

use_configure no

build.type bsd

destroot {
xinstall -m 755 ${worksrcpath}/ppmd ${destroot}${prefix}/bin
xinstall -m 644 ${worksrcpath}/ppmd.1 ${destroot}${prefix}/share/man/man1
}