Portfile

# $Id: Portfile 22924 2007-03-19 10:27:06Z rhwood@macports.org $
PortSystem 1.0
name file-roller
version 2.18.0
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 rhwood@macports.org openmaintainer@macports.org
categories gnome
platforms darwin
homepage http://fileroller.sourceforge.net/
master_sites gnome:sources/file-roller/2.18/

checksums rmd160 64dd11c510c62515c4594d29dc76a90dee878e69

depends_lib \
port:libgnomeui \
port:gnome-icon-theme \
port:dbus \
port:dbus-glib
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-activate {
system "scrollkeeper-update"
}