# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 84550 2011-09-27 21:05:11Z snc@macports.org $

PortSystem 1.0

name				nrg4iso
version				1.0.1
revision			2
platforms			darwin
categories			sysutils
maintainers			krischik
description			nrg4iso extracts data from a Nero Burning ROM image file (.nrg).
long_description	nrg4iso is a command line utility designed to extract data from \
					a Nero Burning ROM image file (.nrg). Nrg image files may contain \
					various types of data (audio, iso9660,...) and nrg4iso will as \
					development progresses be able to extract most of them.

homepage			http://nrg4iso.googlecode.com
master_sites		http://nrg4iso.googlecode.com/files

extract.suffix      .tgz

checksums			md5		e865f0cfe587032dee852bdc6739a27d \
					sha1	fa7f5c8794a5f3f12351954963bacdeaba37288a \
					rmd160	0a5c44aaccb6fe666e2191948e76cfd9570cd862

worksrcdir			${name}
use_configure		no
build.target		${name}
use_parallel_build	yes

build.args			CC=${configure.cc}

destroot {
	xinstall -m 775					\
		-W ${workpath}/${name}		\
		 ${name}					\
		${destroot}${prefix}/bin
}

############################################################ {{{1 ###########
# vim: set nowrap tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab :
# vim: set textwidth=0 filetype=tcl foldmethod=marker nospell :
