Ticket #16131: Portfile.3

File Portfile.3, 995 bytes (added by iggy@…, 16 years ago)

kdelibs

Line 
1# $Id$
2
3PortSystem          1.0
4name                kdelibs4
5version             4.1.0
6categories          kde4
7maintainers         nobody
8description         kde4 base libraries
9long_description    core libraries for kde4 to function
10homepage            http://www.kde.org
11platforms           darwin
12master_sites            kde:stable/${version}/src/
13use_bzip2           yes
14distname            kdelibs-${version}
15distfiles           ${distname}.tar.bz2
16checksums           md5 86496aed25d4dce440418b3064a27913
17
18depends_lib         port:qt4-mac \
19                                        port:strigi \
20                                        port:giflib \
21                                        port:pcre
22depends_build       port:cmake \
23                                        port:automoc4
24# soprano fam aspell hspell enchant jasper openexr avahi
25
26use_parallel_build      yes
27
28worksrcdir      build
29pre-configure { file mkdir ${worksrcpath} }
30configure.cmd           cmake
31configure.args  ../${distname} -DBUILD_SHARED_LIBS:BOOL=ON \
32                -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
33                -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \
34                -DCMAKE_BUILD_TYPE=debugFull \
35                -Wno-dev