Ticket #47559: Portfile

File Portfile, 1.7 KB (added by RJVB (René Bertin), 9 years ago)
Line 
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
4PortSystem 1.0
5
6name            xfwm4
7version         4.11.3
8categories      xfce
9platforms       darwin
10license         GPL-2+
11maintainers     afb
12description     The window manager for Xfce
13long_description ${description}
14homepage        http://www.xfce.org/
15set vlist       [split ${version} "."]
16master_sites    http://archive.xfce.org/src/xfce/${name}/[lindex ${vlist} 0].[lindex ${vlist} 1]/
17use_bzip2       yes
18#checksums       rmd160 11fd123c4bdc69f343fc2d994dfc7222828845ef \
19#                sha256 aae1ed7ef1ae77800343e7c43811ab8ef786a9498efc5c10e8ed28b2eba04779
20# for 4.11.3, but that version has an issue with aclocal.m4 ...
21checksums       rmd160  7e02594ebed8b77c2a8bc67b66bde947c5b8cf1c \
22                sha256  10d9a163e0a4c3df5f472023f95f567c32941690bdb7a9b7bc14da3e8128b83c
23
24configure.args  --enable-render --enable-randr --enable-startup-notification \
25                --disable-compositor --disable-xsync --enable-kde_systray
26depends_lib     port:xfconf port:gtk2 port:dbus-glib port:libwnck \
27                port:libglade2 port:libxfcegui4
28depends_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
37patch.pre_args  -Np1
38patchfiles      xfwm4.11-stacking4nonX11.patch
39
40# Don't do intltool's INTLTOOL_PERL dance
41configure.cmd   ${prefix}/bin/xdt-autogen