blob: f55d0765a4a6768cc27ffac74c043df8f60e9f8a (
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
|
# $NetBSD: Makefile,v 1.16 2006/09/14 17:04:07 gdt Exp $
#
COMMENT= Software for geographical-related uses
SUBDIR+= epsg
SUBDIR+= garmin-utils
SUBDIR+= gdal-lib
SUBDIR+= geos
SUBDIR+= gpsd
SUBDIR+= gpsdrive
SUBDIR+= gpspoint
SUBDIR+= gpsutils
SUBDIR+= mapserver
SUBDIR+= postgresql81-postgis
SUBDIR+= proj-swig
SUBDIR+= py-proj
SUBDIR+= shapelib
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/bsd.pkg.subdir.mk"
|