Changeset 113338
- Timestamp:
- Nov 13, 2013, 7:39:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/gnome/gnome-platform-suite/Portfile
r107786 r113338 4 4 PortSystem 1.0 5 5 6 replaced_by gnome3-core 7 PortGroup obsolete 1.0 8 6 9 name gnome-platform-suite 7 10 version 2.32.1 8 categories gnome devel 9 maintainers devans openmaintainer 10 description The GNOME 2 Developer Platform 11 long_description ${description} is the set of libraries and \ 12 services that developers can rely upon to develop fully \ 13 GNOME 2 compliant applications. The platform is one of the \ 14 suites of software packages that form the complete GNOME 2 \ 15 project offerings. 16 platforms darwin 17 homepage http://live.gnome.org/TwoPointThirtyone/Platform 18 master_sites 19 20 # 21 # This is a metaport 22 # 23 24 supported_archs noarch 25 26 depends_lib port:atk \ 27 port:gconf \ 28 path:lib/pkgconfig/glib-2.0.pc:glib2 \ 29 port:gdk-pixbuf2 \ 30 port:gtk2 \ 31 port:gtk-doc \ 32 path:lib/pkgconfig/pango.pc:pango 33 34 # 35 # Upcoming GNOME Deprecations 36 # 37 # The following modules are heading towards planned deprecation. They will continue to be supported 38 # and API/ABI stable throughout the GNOME 2.x series, but the GNOME project does not recommend using 39 # them in new applications unless you require functionality that has not already been moved elsewhere. 40 # 41 42 depends_lib-append \ 43 port:audiofile \ 44 port:esound \ 45 port:gnome-mime-data \ 46 port:gnome-vfs \ 47 port:gnome-vfs-monikers \ 48 port:libart_lgpl \ 49 port:libbonobo \ 50 port:libbonoboui \ 51 port:libglade2 \ 52 port:libgnome \ 53 port:libgnomecanvas \ 54 port:libgnomeui \ 55 port:libidl \ 56 port:orbit2 57 58 distfiles 59 fetch { } 60 checksum { } 61 62 use_configure no 63 64 build { } 65 66 # 67 # these ports are included in the Platform spec but conflict with at-spi2-atk 68 # used by newer gtk3 based ports and are, therefore, considered optional. 69 # They will be removed in a future version. 70 # 71 72 variant assist description {Build AT-SPI modules} { 73 depends_lib-append port:at-spi 74 } 75 76 destroot { 77 file mkdir ${destroot}${prefix}/share/doc/ 78 system "echo ${long_description} > ${destroot}${prefix}/share/doc/README.${name}.txt" 79 } 80 81 livecheck.type none 11 revision 1
Note: See TracChangeset
for help on using the changeset viewer.