diff options
author | drochner <drochner> | 2004-08-27 12:32:43 +0000 |
---|---|---|
committer | drochner <drochner> | 2004-08-27 12:32:43 +0000 |
commit | c18b4ffd1a77ead067998d2a877d41c0505e9662 (patch) | |
tree | e6dab072670a8ed4f8a1315cc96546865884297e /geography | |
parent | 57d7ba9f8a7bfda7a6b443b44852c3554f488731 (diff) | |
download | pkgsrc-c18b4ffd1a77ead067998d2a877d41c0505e9662.tar.gz |
add xrmap*
Diffstat (limited to 'geography')
-rw-r--r-- | geography/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/geography/Makefile b/geography/Makefile index b140285582b..54dc8df1bf1 100644 --- a/geography/Makefile +++ b/geography/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/08/22 18:37:37 gson Exp $ +# $NetBSD: Makefile,v 1.8 2004/08/27 12:32:43 drochner Exp $ # COMMENT= Software for geographical-related uses @@ -10,5 +10,14 @@ SUBDIR+= gpspoint SUBDIR+= gpsutils SUBDIR+= mapserver 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" |