# $Id: Portfile 122492 2014-07-23 09:37:43Z jmr@macports.org $ PortSystem 1.0 name dbow version 0.7 categories devel databases license GPL-2+ platforms darwin maintainers nomaintainer description database compiler-compiler long_description DBOW is a database compiler-compiler or front-end. It \ takes table definitions in a meta language and prepares C, C++, \ PHP, Perl (etc) functions for manipulating the database. It will \ also produce SQL table data for MySQL. homepage http://dbow.sourceforge.net/ master_sites sourceforge:project/dbow/dbow/${version} checksums md5 083bbc373aa20a0468b69810d1a9d193 patchfiles patch-Makefile patch-doc-Makefile depends_lib port:mysql4 use_configure no build.args MYSQL_INC=${prefix}/include/mysql \ MYSQL_LIB=${prefix}/lib \ PREFIX=${prefix} \ CC=${configure.cc} destroot.args PREFIX=${destroot}${prefix}