Ticket #12388: Portfile

File Portfile, 842 bytes (added by adamore@…, 17 years ago)
Line 
1# $Id: Portfile 20494 2006-11-03 15:46:21Z blair@macports.org $
2
3PortSystem 1.0
4
5name                    aewm
6version                 1.3.10
7categories              x11 x11-wm
8platforms               darwin
9maintainers             nomaintainer@macports.org
10description             aewm is a minimalist window manager for X11.
11long_description        ${description}
12
13homepage                http://www.red-bean.com/~decklin/software/aewm/
14master_sites    http://www.red-bean.com/~decklin/software/aewm/
15checksums               md5 b6f2393be7fa7f8160eb325a6b549359
16patchfiles              patch-src-Makefile
17use_bzip2               yes
18
19depends_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
23use_configure   no
24
25build.args              PREFIX=${prefix} XROOT=${x11prefix}
26
27destroot.args   ${build.args}
28
29platform darwin 8 { build.args-append   CC=/usr/bin/gcc-4.0 }
30