blob: 126a5b7eb23e37b7ccf2da63ff61cd400003b574 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
# $NetBSD: Makefile,v 1.37 2011/04/14 15:54:57 drochner Exp $
#
COMMENT= Software for geographical-related uses
SUBDIR+= cm2gpx
SUBDIR+= cmconvert
SUBDIR+= emerillon
SUBDIR+= epsg
SUBDIR+= epsg-docs
SUBDIR+= garmin-utils
SUBDIR+= garmintools
SUBDIR+= gdal-lib
SUBDIR+= geoclue
SUBDIR+= geos
SUBDIR+= gipfel
SUBDIR+= gpsbabel
SUBDIR+= gpsd
SUBDIR+= gpsdrive
SUBDIR+= gpspoint
SUBDIR+= gpsutils
SUBDIR+= libchamplain04
SUBDIR+= libchamplain06
SUBDIR+= libchamplain08
SUBDIR+= libdrg
SUBDIR+= mapserver
SUBDIR+= merkaartor
SUBDIR+= p5-Geo-Coordinates-UTM
SUBDIR+= p5-Geo-Distance
SUBDIR+= p5-Geo-Mercator
SUBDIR+= p5-Geo-ShapeFile
SUBDIR+= p5-Geo-Weather
SUBDIR+= p5-Geography-Countries
SUBDIR+= proj
SUBDIR+= proj-doc
SUBDIR+= proj-swig
SUBDIR+= py-proj
SUBDIR+= qgis
SUBDIR+= qlandkartegt
SUBDIR+= qlandkartegt-garmindev
SUBDIR+= qlandkartem
SUBDIR+= shapelib
SUBDIR+= tex-pst-geo
SUBDIR+= tex-pst-geo-doc
SUBDIR+= viking
SUBDIR+= vis5d+
SUBDIR+= xrmap
SUBDIR+= xrmap-anthems
SUBDIR+= xrmap-base
SUBDIR+= xrmap-data
SUBDIR+= xrmap-factbook_html
SUBDIR+= xrmap-factbook_text
SUBDIR+= xrmap-flags
SUBDIR+= xrmap-hymns
SUBDIR+= xrmap-pdfmaps
.include "../mk/misc/category.mk"
|