# $Id: Portfile,v 1.2 2005/01/19 19:28:18 mww Exp $

PortSystem 1.0

name			asn1c
version			0.9.8
categories		lang
platforms		darwin
maintainers		mww@opendarwin.org
description		ASN.1 to C compiler
long_description	The asn1c is a Free ASN.1 to C compiler. It supports a \
				wide range of ASN.1 syntaxes, including ISO/IEC/ITU ASN.1 \
				1988, 1994, 1997, 2002 and later amendments. The basic \
				supported syntax is ITU-T Rec. X.690 | ISO/IEC 8825-1 (2002).

homepage		http://lionet.info/asn1c/
master_sites	sourceforge:asn1c \
				http://lionet.info/soft/
checksums		md5 301a635426cdf1b9f468c5a09a0fd398

configure.args	--mandir=${prefix}/share/man

test.run		yes
test.target		check
