# $Id: Portfile,v 1.2 2005/01/04 13:06:59 mww Exp $ PortSystem 1.0 name base-64 version 1.2 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 4ffa568beabbe64bff84b094dfb93d39 patchfiles patch-src_Makefile.in depends_lib lib:libintl:gettext configure.args --mandir=${prefix}/share/man configure.env LDFLAGS=-L${prefix}/lib \ CFLAGS=-I${prefix}/include test.run yes test.target check