blob: 337e84f69a332d9b7686ee90660a1ca3bd5fcff3 (
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
|
# $NetBSD: Makefile,v 1.29 2010/03/12 15:56:28 ghen Exp $
#
COMMENT= Software for geographical-related uses
SUBDIR+= cm2gpx
SUBDIR+= cmconvert
SUBDIR+= epsg
SUBDIR+= epsg-docs
SUBDIR+= garmin-utils
SUBDIR+= garmintools
SUBDIR+= gdal-lib
SUBDIR+= geos
SUBDIR+= gpsbabel
SUBDIR+= gpsd
SUBDIR+= gpsdrive
SUBDIR+= gpspoint
SUBDIR+= gpsutils
SUBDIR+= libdrg
SUBDIR+= mapserver
SUBDIR+= merkaartor
SUBDIR+= p5-Geo-Distance
SUBDIR+= p5-Geo-ShapeFile
SUBDIR+= proj-swig
SUBDIR+= py-proj
SUBDIR+= qlandkartegt
SUBDIR+= qlandkartegt-garmindev
SUBDIR+= qlandkartem
SUBDIR+= shapelib
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"
|