New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 83331


Ignore:
Timestamp:
08/29/11 15:27:29 (4 years ago)
Author:
mk@…
Message:

gwenhywfar4, aqbanking5: introduce gtk2-subports for use with gnucash (see ticket #31027)

Location:
trunk/dports/devel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/aqbanking5/Portfile

    r80804 r83331  
    1212maintainers       mk openmaintainer 
    1313platforms         darwin 
     14license           {GPL-2 OpenSSLException} 
    1415 
    1516description       a generic online banking interface 
     
    4243universal_variant no 
    4344 
     45if {$subport == $name} { 
     46    conflicts aqbanking5-gtk 
     47} 
     48 
     49subport aqbanking5-gtk { 
     50    conflicts           aqbanking5 
     51    depends_lib-delete  port:gwenhywfar4 port:qt4-mac 
     52    depends_lib-append  port:gwenhywfar4-gtk 
     53} 
     54 
    4455configure.cppflags-append "-L${prefix}/lib" 
    4556configure.cflags-append   "-L${prefix}/lib" 
  • trunk/dports/devel/gwenhywfar4/Portfile

    r81553 r83331  
     1# -*- 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 
    12# $Id$ 
    23 
     
    1213categories        devel net finance 
    1314maintainers       mk openmaintainer 
     15license           {LGPL-2.1 OpenSSLException} 
    1416 
    1517description       a utility library required by aqbanking and related software 
     
    3032                  port:gettext \ 
    3133                  port:libxml2 \ 
    32                   port:gnutls \ 
    33                   port:qt4-mac 
     34                  port:gnutls 
    3435 
    3536depends_build     port:libtool \ 
    3637                  port:pkgconfig 
    3738 
    38 configure.args    --with-qt4-libs=${prefix}/lib \ 
    39                   --with-qt4-includes=${prefix}/include \ 
    40                   --with-qt4-moc=${prefix}/bin/moc \ 
    41                   --with-qt4-uic=${prefix}/bin/uic \ 
    42                   --with-guis=qt4 \ 
    43                   --enable-static 
     39configure.args    --enable-static 
    4440 
    4541patch.dir         ${workpath}/${distname} 
    4642patch.pre_args    -p1 
     43 
     44if {$subport == $name} { 
     45    conflicts               gwenhywfar4-gtk 
     46    configure.args-append   --with-qt4-libs=${prefix}/lib \ 
     47                            --with-qt4-includes=${prefix}/include \ 
     48                            --with-qt4-moc=${prefix}/bin/moc \ 
     49                            --with-qt4-uic=${prefix}/bin/uic \ 
     50                            --with-guis=qt4 
     51    depends_lib-append      port:qt4-mac 
     52} 
     53 
     54subport gwenhywfar4-gtk { 
     55    conflicts               gwenhywfar4 
     56    depends_lib-append      port:gtk2 
     57    configure.args-append   --with-guis=gtk2 --disable-qt4 
     58} 
    4759 
    4860variant enable_local_install description "Enable local installation mode (plugins, data, locale and config are located relatively to the binary)" { 
Note: See TracChangeset for help on using the changeset viewer.