diff options
author | drochner <drochner> | 2004-08-27 12:32:43 +0000 |
---|---|---|
committer | drochner <drochner> | 2004-08-27 12:32:43 +0000 |
commit | 42e80ffc49557a89198dd9dad45714b1ab0231da (patch) | |
tree | e6dab072670a8ed4f8a1315cc96546865884297e /geography | |
parent | 830e54847e1423f9d4a905319fc9a82169bd90df (diff) | |
download | pkgsrc-42e80ffc49557a89198dd9dad45714b1ab0231da.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" |