diff options
author | drochner <drochner@pkgsrc.org> | 2010-07-26 11:18:15 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-07-26 11:18:15 +0000 |
commit | d753dc4a33b992f58f75772ccbe981fd206cfdc9 (patch) | |
tree | f98c499a9a0f7bc7934799a5eeaccab2ad6b0154 /graphics | |
parent | 4d8b440f5752af93f2f19589969a4b2e58d2a9e7 (diff) | |
download | pkgsrc-d753dc4a33b992f58f75772ccbe981fd206cfdc9.tar.gz |
add eog-plugins-map-2.30.1, a map plugin for the "eog" image viewer,
to show the location of geotagged photos
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/eog-plugins-map/DESCR | 1 | ||||
-rw-r--r-- | graphics/eog-plugins-map/Makefile | 13 | ||||
-rw-r--r-- | graphics/eog-plugins-map/PLIST | 3 |
3 files changed, 17 insertions, 0 deletions
diff --git a/graphics/eog-plugins-map/DESCR b/graphics/eog-plugins-map/DESCR new file mode 100644 index 00000000000..e6cdadc0809 --- /dev/null +++ b/graphics/eog-plugins-map/DESCR @@ -0,0 +1 @@ +Map plugin for eog. diff --git a/graphics/eog-plugins-map/Makefile b/graphics/eog-plugins-map/Makefile new file mode 100644 index 00000000000..2d3759e46b9 --- /dev/null +++ b/graphics/eog-plugins-map/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/26 11:18:15 drochner Exp $ +# + +PKGNAME= eog-plugins-map-2.30.1 +COMMENT= Plugin collection for eog - map plugin + +BUILD_DIRS= plugins/map +INSTALL_DIRS= plugins/map + +.include "../../geography/libchamplain04/buildlink3.mk" +.include "../../graphics/libexif/buildlink3.mk" + +.include "../../graphics/eog-plugins/Makefile.common" diff --git a/graphics/eog-plugins-map/PLIST b/graphics/eog-plugins-map/PLIST new file mode 100644 index 00000000000..51d90601a83 --- /dev/null +++ b/graphics/eog-plugins-map/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/07/26 11:18:15 drochner Exp $ +lib/eog/plugins/libmap.la +lib/eog/plugins/map.eog-plugin |