1 | # $Id: Portfile,v 1.1 2005/05/08 11:44:51 olegb Exp $ |
---|
2 | PortSystem 1.0 |
---|
3 | name planner |
---|
4 | version 0.13 |
---|
5 | categories x11 gnome |
---|
6 | maintainers jml@cubical.fi |
---|
7 | description Project management application for GNOME 2 |
---|
8 | long_description Planner is a tool for planning, scheduling and tracking \ |
---|
9 | projects for the GNOME Desktop. Planner is an open source \ |
---|
10 | project aiming at being a better alternative than the \ |
---|
11 | available proprietary tools. \ |
---|
12 | Planner is part of GNOME Office, a productivity suite \ |
---|
13 | composed of entirely free software, integrated with the \ |
---|
14 | GNOME Desktop. |
---|
15 | homepage http://planner.imendio.org/ |
---|
16 | platforms darwin |
---|
17 | master_sites gnome:sources/planner/0.13/ |
---|
18 | checksums md5 acc2e2075bc489e849843009d6583cc0 |
---|
19 | distname planner-${portversion} |
---|
20 | use_bzip2 yes |
---|
21 | |
---|
22 | depends_build bin:pkg-config:pkgconfig \ |
---|
23 | bin:gconftool-2:gconf |
---|
24 | depends_lib lib:libgtk.2:gtk2 \ |
---|
25 | lib:libgnomeui.2:libgnomeui \ |
---|
26 | lib:libgnomeprintui.2:libgnomeprintui \ |
---|
27 | port:scrollkeeper \ |
---|
28 | port:libxslt \ |
---|
29 | port:p5-xml-parser |
---|
30 | |
---|
31 | configure.args --disable-python \ |
---|
32 | --disable-dotnet |
---|
33 | |
---|