# $Id: Portfile,v 1.2 2005/04/21 15:57:45 jberry Exp $

PortSystem 1.0
name             gob2
version          2.0.11
categories       devel
maintainers      toby@opendarwin.org
description      preprocessor for making GObjects with inline C
long_description \
	GOB (GOB2 anyway) is a preprocessor for making GObjects with \
	inline C code so that generated files are not edited. Syntax \
	is inspired by Java and Yacc or Lex. The implementation is \
	intentionally kept simple, and no C actual code parsing is done.
homepage         http://www.5z.com/jirka/gob.html
platforms        darwin
master_sites     http://ftp.5z.com/pub/gob/ \
                 gnome:sources/gob2/2.0
checksums        md5 12a5f3bb9d3e6b62dcb914f541709c63

depends_build    bin:XXX:pkgconfig
depends_lib      port:glib2

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