Last change
on this file was
132191,
checked in by devans@…, 3 years ago
|
osm-gps-map-gtk2: use gobject_introspection portgroup.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.8 KB
|
Line | |
---|
1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 132191 2015-01-26 04:19:47Z devans@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | PortGroup gobject_introspection 1.0 |
---|
7 | |
---|
8 | set git_name osm-gps-map |
---|
9 | github.setup nzjrs ${git_name} 0.7.3 |
---|
10 | name osm-gps-map-gtk2 |
---|
11 | revision 1 |
---|
12 | license GPL-3 |
---|
13 | categories graphics |
---|
14 | maintainers devans openmaintainer |
---|
15 | platforms darwin |
---|
16 | homepage http://nzjrs.github.com/${git_name} |
---|
17 | |
---|
18 | description A GTK+ 2 widget for displaying OpenStreetMap tiles. |
---|
19 | |
---|
20 | long_description \ |
---|
21 | A GTK+ 2 widget that when given GPS co-ordinates, \ |
---|
22 | draws a GPS track, and points of interest on a moving map display. \ |
---|
23 | Downloads map data from a number of websites, including openstreetmap.org. |
---|
24 | |
---|
25 | checksums rmd160 c7c48f36a4f9ad3a070324f154da0264d415f80b \ |
---|
26 | sha256 669ae7975c67908288272e67e73487fc5faf60e67f5915fd25e18a41d2a51c4a |
---|
27 | |
---|
28 | depends_build port:pkgconfig \ |
---|
29 | port:autoconf \ |
---|
30 | port:automake \ |
---|
31 | port:libtool \ |
---|
32 | port:gnome-common \ |
---|
33 | port:gtk-doc |
---|
34 | |
---|
35 | depends_lib port:libsoup \ |
---|
36 | port:gtk2 |
---|
37 | |
---|
38 | patchfiles patch-Makefile.am.diff |
---|
39 | |
---|
40 | gobject_introspection no |
---|
41 | |
---|
42 | configure.cmd ./autogen.sh |
---|
43 | |
---|
44 | configure.args --disable-silent-rules |
---|
45 | |
---|
46 | post-destroot { |
---|
47 | set docpath ${destroot}${prefix}/share/gtk-doc/html |
---|
48 | move ${docpath}/libosmgpsmap ${docpath}/libosmgpsmapgtk2 |
---|
49 | move ${docpath}/libosmgpsmapgtk2/libosmgpsmap.devhelp2 ${docpath}/libosmgpsmapgtk2/libosmgpsmapgtk2.devhelp2 |
---|
50 | } |
---|
51 | |
---|
52 | notes " |
---|
53 | This is a legacy version that is compatible with GTK+ 2. For the current GTK+ 3 |
---|
54 | compatible version see port osm-gps-map. |
---|
55 | " |
---|
56 | |
---|
57 | livecheck.type none |
---|
Note: See
TracBrowser
for help on using the repository browser.