PortSystem 1.0

name            exo
version         0.3.2
categories      xfce
maintainers     losinggeneration@aim.com
description     libexo is targeted at application development for Xfce
long_description ${description}
homepage        http://www.xfce.org/
master_sites    http://www.ca-us.xfce.org/archive/xfce-4.4.1/src/
checksums       md5 8b73acc98d0938d1193b31316823b6db

use_bzip2       yes

configure.args  --disable-debug --enable-mcs-plugin --disable-python \
		--disable-visibility

depends_lib     port:p5-uri port:libxfce4util \
                port:gtk2

pre-build {
	system "cd $worksrcpath && patch -p0 -i $portpath/files/libtool.patch"
}
	
post-destroot {
	system "cd ${destroot}${prefix}/man/man1/ && gzip -9 exo-csource.1"
	system "cd ${destroot}${prefix}/man/man1/ && gzip -9 exo-open.1"
}
