1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name kdebase4 |
---|
5 | version 4.1.0 |
---|
6 | categories kde4 |
---|
7 | maintainers nobody |
---|
8 | description kde4 base apps |
---|
9 | long_description kde base applications and libraries |
---|
10 | homepage http://www.kde.org |
---|
11 | platforms darwin |
---|
12 | master_sites kde:stable/${version}/src/ |
---|
13 | use_bzip2 yes |
---|
14 | distname kdebase-${version} |
---|
15 | distfiles ${distname}.tar.bz2 |
---|
16 | |
---|
17 | checksums md5 6b58b056d27e3103f087f12abe899a49 |
---|
18 | |
---|
19 | depends_lib port:qt4-mac \ |
---|
20 | port:qimageblitz \ |
---|
21 | port:phonon \ |
---|
22 | port:kdelibs4 |
---|
23 | # soprano nepomuk samba openexr alsa xkb xine |
---|
24 | depends_build port:cmake \ |
---|
25 | port:automoc4 |
---|
26 | |
---|
27 | use_parallel_build yes |
---|
28 | |
---|
29 | worksrcdir build |
---|
30 | |
---|
31 | pre-configure { file mkdir ${worksrcpath} } |
---|
32 | |
---|
33 | configure.cmd cmake |
---|
34 | |
---|
35 | configure.args ../${distname} -DBUILD_SHARED_LIBS:BOOL=ON \ |
---|
36 | -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \ |
---|
37 | -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \ |
---|
38 | -DCMAKE_BUILD_TYPE=debugFull \ |
---|
39 | -Wno-dev |
---|
40 | |
---|