Portfile

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

PortSystem 1.0

name base-64
version 1.3
categories mail
platforms darwin
maintainers nomaintainer@macports.org
description command line RFC 3548-compliant base 64 encoder and decoder
long_description Base64 is a command line tool that implements an \
RFC 3548-compliant base 64 encoder and decoder. When encoding \
it can wrap encoded lines to a specified column, and when \
decoding can optionally ignore non-alphabet characters.

homepage http://josefsson.org/base64/
master_sites ${homepage}/releases/
distname base64-${version}
checksums md5 9b77afec52846f06e4d3bf3b462b45a5

depends_lib port:gettext

configure.args --mandir=${prefix}/share/man
configure.env LDFLAGS="-L${prefix}/lib -lintl" \
CFLAGS=-I${prefix}/include

test.run yes
test.target check