Ticket #6226: Portfile

File Portfile, 1.1 KB (added by rhwood@…, 18 years ago)

gnome/gnome-platform Portfile

Line 
1# $Id: $
2
3PortSystem      1.0
4name            gnome-platform
5version         2.12
6categories      gnome devel
7maintainers     rhwood@opendarwin.org gnome-darwinports@opendarwin.org
8description     The GNOME developer platform
9long_description        The GNOME developer platform is the set of libraries and services that developers can rely upon to develop fully GNOME compliant applications. The platform is one of the suites of software packages that form the complete GNOME project offerings.
10homepage        http://www.gnome.org/
11depends_lib     port:at-spi     \
12                port:atk        \
13                port:audiofile  \
14                port:esound     \
15                port:gail       \
16                port:gconf2     \
17                port:glib       \
18                port:gnome-mime-data    \
19                port:gnome-vfs  \
20                port:gtk2       \
21                port:intltool   \
22                port:libart_lgpl        \
23                port:libbonobo  \
24                port:libbonoboui        \
25                port:libglade   \
26                port:libgnome   \
27                port:libgnomecanvas     \
28                port:libgnomeprint      \
29                port:libgnomeprintui    \
30                port:libgnomeui \
31                port:libidl     \
32                port:libxml2    \
33                port:libxslt    \
34                port:orbit2     \
35                port:pango      \
36                port:pkgconfig
37distfiles
38fetch           { }
39checksum        { }
40configure       { }
41build           { }
42destroot        { }
43