Files
Ryan Schmidt 11d20ab8ed sqlitedbrowser: Use qmake portgroup
This allows the right compiler and arch flags to be used, also allowing
the universal variant to be enabled.
2020-01-13 13:31:44 -06:00

31 lines
1017 B
Tcl

# -*- 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
PortSystem 1.0
PortGroup qmake 1.0
name sqlitedbrowser
version 0
revision 1
categories databases
platforms darwin
license public-domain
maintainers nomaintainer
description A graphical SQLite3 Viewer - new Version (aka SqliteStudio)
long_description {*}${description}
homepage http://sourceforge.net/projects/sqlitedbrowser
master_sites sourceforge
distname sqlitebrowser-src
worksrcdir sqlitestudio
checksums rmd160 0a29e7833ae6f9c45108e74bbd42b4f0ba08c2c4 \
sha256 0ec9b3ca5cc3bf7433d7e19a37fef0254af6a4ffd6059fb61341f906774c9179 \
size 74619
depends_lib-append port:qt4-mac-sqlite3-plugin
destroot {
copy ${worksrcpath}/sqlitestudio.app ${destroot}${applications_dir}
}