Ticket #678: Portfile

File Portfile, 1.1 KB (added by ole_guldberg@…, 21 years ago)

portfile for the enlightenment port

Line 
1# $Id: Exp $
2PortSystem 1.0
3name            enlightenment
4version         0.16.5
5description     Enlightenment is a highly configurable windowmanager.
6long_description        Enlightenment is a completely themeable, \
7                        highly configurable Window Manager for i \
8                        the X Window System, traditionally used \
9                        in Unix environments.
10maintainers     ole_guldberg@mail.dk
11categories      x11-wm x11
12platforms       darwin
13homepage        http://www.enlightenment.org/
14master_sites    http://us.dl.sourceforge.net/enlightenment/ \
15                http://eu.dl.sourceforge.net/enlightenment/ \
16                ftp://us.dl.sourceforge.net/pub/sourceforge/enlightenment/ \
17                ftp://ftp.kddlabs.co.jp/sourceforge/enlightenment/ \
18                ftp://ftp.chg.ru/pub/sourceforge/enlightenment/
19checksums       md5 3902b7c9cfaa8f70ca8079b348de0ed5
20depends_lib     lib:libX11.6:XFree86 lib:libjpeg.62:jpeg \
21                lib:libpng.3:libpng lib:libtiff.3:tiff \
22                lib:libXpm.4:xpm lib:libImlib:imlib \
23                lib:libesd:esound lib:libFnlib:fnlib \
24                lib:libttf:freetype1
25
26configure.env   CPPFLAGS=-I${prefix}/include/freetype
27configure.args  --enable-fsstd=yes
28