# $Id: Portfile,v 1.3 2006/01/15 23:36:23 matt Exp $

PortSystem 1.0

name			cssed
version			0.4.0
revision		1
categories		editors x11 www
platforms		darwin
maintainers		darwinports@opendarwin.org
description		small graphical CSS editor and validator
long_description	cssed is a small developer editor and validator, that \
				tries to ease the CSS editing.

homepage		http://cssed.sourceforge.net/
master_sites	sourceforge
checksums		md5 ff7c818d1f819b7d76b4f714be64e08e
patchfiles		patch-src-Makefile.in

depends_lib		port:atk port:cairo port:fontconfig port:freetype port:gettext \
				port:glib2 port:gtk2 port:jpeg port:libiconv port:libpng \
				port:libxml2 port:pango port:tiff port:xrender port:zlib

depends_build		port:hicolor-icon-theme

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

platform darwin 8 {
	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}

