# $Id: Portfile,v 1.1 2005/10/28 16:56:34 mww Exp $

PortSystem 1.0

name			ppmd
version			20050811
categories		archivers
platforms		darwin
maintainers		mww@opendarwin.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
}

