1 | # $Id: Portfile 20494 2006-11-03 15:46:21Z blair@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name aewm |
---|
6 | version 1.3.10 |
---|
7 | categories x11 x11-wm |
---|
8 | platforms darwin |
---|
9 | maintainers nomaintainer@macports.org |
---|
10 | description aewm is a minimalist window manager for X11. |
---|
11 | long_description ${description} |
---|
12 | |
---|
13 | homepage http://www.red-bean.com/~decklin/software/aewm/ |
---|
14 | master_sites http://www.red-bean.com/~decklin/software/aewm/ |
---|
15 | checksums md5 b6f2393be7fa7f8160eb325a6b549359 |
---|
16 | patchfiles patch-src-Makefile |
---|
17 | use_bzip2 yes |
---|
18 | |
---|
19 | depends_lib port:atk port:cairo port:fontconfig port:freetype port:gettext \ |
---|
20 | port:glib2 port:gtk2 port:jpeg port:libiconv port:libpng \ |
---|
21 | port:pango port:tiff port:xrender port:zlib |
---|
22 | |
---|
23 | use_configure no |
---|
24 | |
---|
25 | build.args PREFIX=${prefix} XROOT=${x11prefix} |
---|
26 | |
---|
27 | destroot.args ${build.args} |
---|
28 | |
---|
29 | platform darwin 8 { build.args-append CC=/usr/bin/gcc-4.0 } |
---|
30 | |
---|