Files

55 lines
1.7 KiB
Tcl
Raw Permalink Normal View History

2018-05-19 14:32:40 +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
PortSystem 1.0
2023-10-17 17:03:33 -04:00
PortGroup github 1.0
PortGroup qt6 1.0
2018-05-19 14:32:40 +00:00
2026-04-01 10:19:59 -04:00
github.setup pgmodeler pgmodeler 1.2.3 v
2023-10-17 17:03:33 -04:00
github.tarball_from archive
2026-04-01 10:19:59 -04:00
revision 0
2023-10-17 17:03:33 -04:00
2018-05-19 14:32:40 +00:00
categories databases
license GPL-3
2023-10-17 17:03:33 -04:00
maintainers {l2dy @l2dy} \
{gmail.com:herby.gillot @herbygillot} \
openmaintainer
2018-05-19 14:32:40 +00:00
description PostgreSQL Database Modeler
long_description pgModeler - {*}${description} - is an open source data \
2018-05-19 14:32:40 +00:00
modeling tool designed for PostgreSQL.
2026-04-01 10:19:59 -04:00
checksums rmd160 28719e2188708ad23171c5c9f60026c1a65e9f09 \
sha256 862a8caf8d3822b62bc584ed17ba53d1a61733b92d3d5ba29e1be47eadf8f061 \
size 4343622
2018-05-19 14:32:40 +00:00
2023-10-17 17:03:33 -04:00
compiler.cxx_standard \
2011
# src/databaseexplorerwidget.cpp:1761:88: error: chosen constructor is explicit in copy-initialization
2023-10-17 17:03:33 -04:00
compiler.blacklist-append \
{clang < 700}
2023-10-17 17:03:33 -04:00
patchfiles patch-${name}.pri.diff
2018-05-19 14:32:40 +00:00
post-patch {
2023-10-17 17:03:33 -04:00
reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/${name}.pri
2018-05-19 14:32:40 +00:00
}
depends_lib-append port:libxml2 \
2023-10-17 17:03:33 -04:00
port:postgresql15
2018-05-19 14:32:40 +00:00
2023-10-17 17:03:33 -04:00
qt6.depends_lib qtsvg
configure.cmd [option qt6.dir]/bin/qmake
2018-05-19 14:32:40 +00:00
configure.args-append \
2023-10-17 17:03:33 -04:00
-r CONFIG+=release ${name}.pro
2018-05-19 14:32:40 +00:00
configure.pre_args-replace \
2023-10-17 17:03:33 -04:00
--prefix=${prefix} PREFIX=${applications_dir}/${name}.app/Contents
github.livecheck.regex \
{([0-9.]+)}
destroot.args-append \
INSTALL_ROOT=${destroot}