# $Id: Portfile,v 1.12 2006/06/12 22:51:58 rhwood Exp $
PortSystem 1.0
name		file-roller
version		2.14.3
description	An archive manager for GNOME
long_description        File Roller is an archive manager for the GNOME \
			environment. Archive manager means that you can: \
			* Create and modify archives.  \
			* View the content of an archive.  \
			* View a file contained in the archive.  \
			* Extract files from the archive.  
maintainers	gnome-darwinports@opendarwin.org
categories	gnome
platforms	darwin 
homepage	http://fileroller.sourceforge.net/
master_sites    gnome:sources/file-roller/2.14/

checksums	rmd160 17039fc4ac41b1c1519122d4c9c7a08b3fc20738

depends_lib \
	port:libgnomeui \
	port:gnome-icon-theme
depends_build \
	port:gnome-doc-utils

use_bzip2 	yes

configure.args  --mandir=${prefix}/share/man --disable-scrollkeeper
configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" 

post-destroot {
	file delete ${destroot}${prefix}/share/icons/hicolor/48x48/apps/file-roller.png
}

post-activate {
	system "scrollkeeper-update"
}
