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 |
---|
2 | # $Id: Portfile 122931 2014-08-02 08:01:36Z afb@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name xfwm4 |
---|
7 | version 4.11.3 |
---|
8 | categories xfce |
---|
9 | platforms darwin |
---|
10 | license GPL-2+ |
---|
11 | maintainers afb |
---|
12 | description The window manager for Xfce |
---|
13 | long_description ${description} |
---|
14 | homepage http://www.xfce.org/ |
---|
15 | set vlist [split ${version} "."] |
---|
16 | master_sites http://archive.xfce.org/src/xfce/${name}/[lindex ${vlist} 0].[lindex ${vlist} 1]/ |
---|
17 | use_bzip2 yes |
---|
18 | #checksums rmd160 11fd123c4bdc69f343fc2d994dfc7222828845ef \ |
---|
19 | # sha256 aae1ed7ef1ae77800343e7c43811ab8ef786a9498efc5c10e8ed28b2eba04779 |
---|
20 | # for 4.11.3, but that version has an issue with aclocal.m4 ... |
---|
21 | checksums rmd160 7e02594ebed8b77c2a8bc67b66bde947c5b8cf1c \ |
---|
22 | sha256 10d9a163e0a4c3df5f472023f95f567c32941690bdb7a9b7bc14da3e8128b83c |
---|
23 | |
---|
24 | configure.args --enable-render --enable-randr --enable-startup-notification \ |
---|
25 | --disable-compositor --disable-xsync --enable-kde_systray |
---|
26 | depends_lib port:xfconf port:gtk2 port:dbus-glib port:libwnck \ |
---|
27 | port:libglade2 port:libxfcegui4 |
---|
28 | depends_build port:intltool port:gettext port:xfce4-dev-tools port:pkgconfig |
---|
29 | |
---|
30 | # post-extract { |
---|
31 | # foreach m4 {progtest.m4 lcmessage.m4 iconv.m4 glibc21.m4 gettext.m4 codeset.m4} { |
---|
32 | # file mkdir ${worksrcpath}/autoconf |
---|
33 | # copy ${prefix}/share/aclocal/${m4} ${worksrcpath}/ |
---|
34 | # } |
---|
35 | # } |
---|
36 | |
---|
37 | patch.pre_args -Np1 |
---|
38 | patchfiles xfwm4.11-stacking4nonX11.patch |
---|
39 | |
---|
40 | # Don't do intltool's INTLTOOL_PERL dance |
---|
41 | configure.cmd ${prefix}/bin/xdt-autogen |
---|