# $Id: Portfile,v 1.3 2005/06/25 14:46:29 mww Exp $

PortSystem 1.0

name			base-64
version			1.3
categories		mail
platforms		darwin
maintainers		mww@opendarwin.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
