Ticket #16090: gnome-planner-Portfile_1_pretty.diff
File gnome-planner-Portfile_1_pretty.diff, 2.7 KB (added by billitch@…, 16 years ago) |
---|
-
Portfile
1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id: Portfile 35580 2008-03-30 12:00:05Z rhwood@macports.org $ 2 3 3 PortSystem 4 PortSystem 1.0 4 5 5 name 6 version 7 revision 8 categories 9 maintainers 10 description 6 name planner 7 version 0.14.2 8 revision 1 9 categories gnome 10 maintainers billitch@gmail.com 11 description Project management application for GNOME 2 11 12 long_description \ 12 13 14 15 16 17 18 13 Planner is a tool for planning, scheduling and tracking \ 14 projects for the GNOME Desktop. Planner is an open source \ 15 project aiming at being a better alternative than the \ 16 available proprietary tools. \ 17 Planner is part of GNOME Office, a productivity suite \ 18 composed of entirely free software, integrated with the \ 19 GNOME Desktop. 19 20 homepage http://live.gnome.org/Planner 20 21 platforms darwin 21 master_sites 22 master_sites gnome:sources/planner/0.14/ 22 23 checksums md5 d03081c6562a94b64628689500f55195 23 24 distname planner-${version} 24 25 use_bzip2 yes 25 26 26 27 depends_build port:pkgconfig \ 27 28 port:shared-mime-info 28 29 depends_lib port:gtk2 \ 29 30 30 port:gconf \ 31 port:libgnomeui \ 31 32 port:libgnomeprintui \ 32 33 34 35 33 port:rarian \ 34 port:libxslt \ 35 port:p5-xml-parser \ 36 port:evolution-data-server 36 37 37 38 configure.args --disable-python \ 38 39 --disable-dotnet \ 39 40 41 40 --disable-update-mimedb \ 41 --enable-eds \ 42 --mandir=${prefix}/share/man 42 43 43 44 variant debug description {Enable debug} { 44 45 configure.cflags-delete -O2 … … 46 47 } 47 48 48 49 post-activate { 49 50 system "update-mime-database ${prefix}/share/mime" 50 51 }