# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $

PortSystem 1.0

name			ascii
version			3.8
categories		textproc
platforms		darwin
maintainers		gmail.com:ajwitte
description		provides conversion between ASCII character tables
long_description	The ascii utility provides easy conversion between various \
			byte representations and the American Standard Code for \
			Information Interchange (ASCII) character table

homepage		http://www.catb.org/~esr/ascii/
master_sites	http://www.catb.org/~esr/ascii/
checksums		md5 8fb7540bf2a7a8e1fa0086708ed9b881

use_configure	no

build.target

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

