# $Id: Portfile 54597 2009-07-30 00:28:15Z toby@macports.org $

PortSystem 1.0
name          	yydecode
version       	0.2.10
categories    	sysutils
maintainers   	waqar
description	Highly portable decoder for yEnc encoded binaries
long_description	\
	yydecode works almost identically to the infamous uudecode \
	program. Version 0.2.8 and onwards contains a superset of \
	uudecode's functionality, (ie. decodes standard uuencoded \
	files, as well as Base64 RFC2045 encoded files produced by \
	uuencode) and hence can be used as a drop-in replacement in \
        all circumstances.
homepage       	http://yydecode.sourceforge.net
master_sites   	sourceforge
checksums	md5 9e6c5eb009f9084f7cbe7e4b766b12d8
platforms	darwin
configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man
platform darwin 7 { configure.cflags-append "-DHAVE_U_INT32_T" }
