# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 44375 2008-12-27 09:47:52Z mcalhoun@macports.org $

PortSystem          1.0

name                sqliteman
version		        1.2.0
revision	        2
description         GUI tool for Sqlite3
long_description	The best developer's and/or admin's GUI tool for Sqlite3 in the world. \
                    No joking here (or just a bit only) - it contains the most complete \
                    feature set of all tools available.
maintainers	        ricci openmaintainer
categories	        databases
platforms	        darwin
homepage	        http://www.sqliteman.com/
master_sites        sourceforge:sqliteman

checksums           md5     903aee0f7eae0d4af6c960ea755b12ac \
                    sha1    7304c2f3a846f2345c6fa6f9d64149173e64eaaf \
                    rmd160  7d97dad94a0f2eb08b06a04f57d5bcd7a4dd6744

use_bzip2           yes

depends_build       port:cmake

depends_lib         port:sqlite3    \
                    port:qt4-mac    \
                    port:qscintilla

configure.cmd       cmake
configure.pre_args  -DCMAKE_INSTALL_PREFIX=${prefix}
configure.args      -DQT_QMAKE_EXECUTABLE=${prefix}/libexec/qt4-mac/bin/qmake

