Ticket #30576: Portfile-kipi-plugins.diff

File Portfile-kipi-plugins.diff, 1.1 KB (added by jgosmann (Jan Gosmann), 13 years ago)
  • Portfile

    old new  
    66
    77name                kipi-plugins
    88version             1.8.0
     9revision            1
    910categories          kde kde4
    1011maintainers         hyper-world.de:jan
    1112
     13replaced_by         digikam
     14
    1215description         KDE Image Plugin Interface
    1316long_description    KIPI is an effort to develop a common plugin structure for \
    1417                    Digikam, KPhotoAlbum, Showimg and GwenView. Its aim is to \
     
    1720
    1821homepage            http://www.kipi-plugins.org/
    1922platforms           darwin
    20 master_sites        sourceforge:kipi
     23#master_sites        sourceforge:kipi
    2124distname            kipi-plugins-${version}
    2225checksums           md5     1e1ad2a3f8328e94ed7c7f92d51a1334 \
    2326                    sha1    d90c6545ef033bb587f4f642f1d9917956de34af
     
    4346    patchfiles-append       disable-gtk-dependencies-CMakeLists.txt.diff
    4447}
    4548
     49pre-configure {
     50    ui_error "Please do not install this port since it is included in the 'digikam' port now."
     51    return -code error
     52}
     53