2011-11-14 13:40:59 +00:00
|
|
|
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
2020-01-13 13:31:44 -06:00
|
|
|
|
2014-12-07 19:10:24 +00:00
|
|
|
PortSystem 1.0
|
2020-01-13 13:31:44 -06:00
|
|
|
PortGroup qmake 1.0
|
2011-11-14 13:40:59 +00:00
|
|
|
|
|
|
|
|
name sqlitedbrowser
|
|
|
|
|
version 0
|
2012-12-05 10:15:00 +00:00
|
|
|
revision 1
|
2011-11-14 15:40:53 +00:00
|
|
|
categories databases
|
2011-11-14 13:40:59 +00:00
|
|
|
platforms darwin
|
|
|
|
|
license public-domain
|
2014-12-07 19:10:24 +00:00
|
|
|
maintainers nomaintainer
|
|
|
|
|
|
2020-01-13 12:57:36 -06:00
|
|
|
description A graphical SQLite3 Viewer - new Version (aka SqliteStudio)
|
2020-01-13 17:19:02 +11:00
|
|
|
long_description {*}${description}
|
2011-11-14 13:40:59 +00:00
|
|
|
|
|
|
|
|
homepage http://sourceforge.net/projects/sqlitedbrowser
|
|
|
|
|
master_sites sourceforge
|
|
|
|
|
distname sqlitebrowser-src
|
2014-12-07 19:10:24 +00:00
|
|
|
worksrcdir sqlitestudio
|
2011-11-14 13:40:59 +00:00
|
|
|
|
|
|
|
|
checksums rmd160 0a29e7833ae6f9c45108e74bbd42b4f0ba08c2c4 \
|
2020-01-13 13:31:44 -06:00
|
|
|
sha256 0ec9b3ca5cc3bf7433d7e19a37fef0254af6a4ffd6059fb61341f906774c9179 \
|
|
|
|
|
size 74619
|
2011-11-14 13:40:59 +00:00
|
|
|
|
2012-12-05 10:15:00 +00:00
|
|
|
depends_lib-append port:qt4-mac-sqlite3-plugin
|
2011-11-14 13:40:59 +00:00
|
|
|
|
|
|
|
|
destroot {
|
|
|
|
|
copy ${worksrcpath}/sqlitestudio.app ${destroot}${applications_dir}
|
|
|
|
|
}
|