[csw-devel] SF.net SVN: gar:[12524] csw/mgar/pkg/gmtcoast/trunk/Makefile

gadavis at users.sourceforge.net gadavis at users.sourceforge.net
Thu Jan 13 18:51:29 CET 2011


Revision: 12524
          http://gar.svn.sourceforge.net/gar/?rev=12524&view=rev
Author:   gadavis
Date:     2011-01-13 17:51:28 +0000 (Thu, 13 Jan 2011)

Log Message:
-----------
Split into low, high, and full resolution data files

Modified Paths:
--------------
    csw/mgar/pkg/gmtcoast/trunk/Makefile

Modified: csw/mgar/pkg/gmtcoast/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gmtcoast/trunk/Makefile	2011-01-13 00:45:49 UTC (rev 12523)
+++ csw/mgar/pkg/gmtcoast/trunk/Makefile	2011-01-13 17:51:28 UTC (rev 12524)
@@ -33,6 +33,37 @@
 ## The tarball just dumps into the current directory, no archive name
 WORKSRC = $(WORKDIR)
 
+#work/solaris9-sparc/install-isa-sparcv8/opt/csw/share/coast/binned_GSHHS_c.cdf
+#work/solaris9-sparc/install-isa-sparcv8/opt/csw/share/coast/binned_GSHHS_f.cdf
+#work/solaris9-sparc/install-isa-sparcv8/opt/csw/share/coast/binned_GSHHS_h.cdf
+#work/solaris9-sparc/install-isa-sparcv8/opt/csw/share/coast/binned_GSHHS_i.cdf
+#work/solaris9-sparc/install-isa-sparcv8/opt/csw/share/coast/binned_GSHHS_l.cdf
+#work/solaris9-sparc/install-isa-sparcv8/opt/csw/share/coast/binned_border_c.cdf
+#work/solaris9-sparc/install-isa-sparcv8/opt/csw/share/coast/binned_border_f.cdf
+#work/solaris9-sparc/install-isa-sparcv8/opt/csw/share/coast/binned_border_h.cdf
+#work/solaris9-sparc/install-isa-sparcv8/opt/csw/share/coast/binned_border_i.cdf
+#work/solaris9-sparc/install-isa-sparcv8/opt/csw/share/coast/binned_border_l.cdf
+#work/solaris9-sparc/install-isa-sparcv8/opt/csw/share/coast/binned_river_c.cdf
+#work/solaris9-sparc/install-isa-sparcv8/opt/csw/share/coast/binned_river_f.cdf
+#work/solaris9-sparc/install-isa-sparcv8/opt/csw/share/coast/binned_river_h.cdf
+#work/solaris9-sparc/install-isa-sparcv8/opt/csw/share/coast/binned_river_i.cdf
+#work/solaris9-sparc/install-isa-sparcv8/opt/csw/share/coast/binned_river_l.cdf
+
+PACKAGES += CSWgmtcoast-low
+CATALOGNAME_CSWgmtcoast-low = gmtcoast_low
+SPKG_DESC_CSWgmtcoast-low = Low resolution coastlines for the Generic Mapping Tools (GMT)
+#PKGFILES_CSWgmtcoast-low += /opt/csw/share/coast/.*_[cli]\.cdf
+
+PACKAGES += CSWgmtcoast-high
+CATALOGNAME_CSWgmtcoast-high = gmtcoast_high
+SPKG_DESC_CSWgmtcoast-high = High resolution coastlines for the Generic Mapping Tools (GMT)
+PKGFILES_CSWgmtcoast-high += /opt/csw/share/coast/.*_h\.cdf
+
+PACKAGES += CSWgmtcoast-full
+CATALOGNAME_CSWgmtcoast-full = gmtcoast_full
+SPKG_DESC_CSWgmtcoast-full = Full resolution coastlines for the Generic Mapping Tools (GMT)
+PKGFILES_CSWgmtcoast-full += /opt/csw/share/coast/.*_f\.cdf
+
 include gar/category.mk
 
 install-custom:


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list