Portfile

# $Id: Portfile 20474 2006-11-03 15:30:14Z blair@macports.org $

PortSystem 1.0

name ascii
version 3.8
categories textproc
platforms darwin
maintainers ajwitte@gmail.com
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
}