diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-03-13 13:03:48 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-03-13 13:03:48 +0000 |
commit | 141011175310c15bdedcabd4e2ba6253156847f1 (patch) | |
tree | 3a5e1268878da95f691d56bb4d6e2ad08a976ca5 /astro/geographiclib/Makefile | |
parent | b809e32bb957ec540917a3af56e6f0c43a407eb0 (diff) | |
download | ports-141011175310c15bdedcabd4e2ba6253156847f1.tar.gz ports-141011175310c15bdedcabd4e2ba6253156847f1.zip |
Notes
Diffstat (limited to 'astro/geographiclib/Makefile')
-rw-r--r-- | astro/geographiclib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/geographiclib/Makefile b/astro/geographiclib/Makefile index 3255d228e118..c5ce8845bb79 100644 --- a/astro/geographiclib/Makefile +++ b/astro/geographiclib/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geographiclib -PORTVERSION= 1.40 +PORTVERSION= 1.41 CATEGORIES= astro MASTER_SITES= SF/geographiclib/distrib\ SF/geographiclib:geoids,gravity,magnetic @@ -30,7 +30,7 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= DOXYGEN PERL OPTIONS_DEFAULT= DOXYGEN PERL\ GEOID_EGM96_5 GRAVITY_EGM96 GRAVITY_WGS84\ - MAGNETIC_WMM2015 MAGNETIC_IGRF11 + MAGNETIC_WMM2015 MAGNETIC_IGRF12 PERL_DESC= Build documentation with pod2man and pod2html OPTIONS_GROUP= DATASETS OPTIONS_SUB= yes @@ -43,7 +43,7 @@ PERL_CONFIGURE_ENV_OFF= ac_cv_prog_POD2MAN= ac_cv_prog_POD2HTML= GEOID_NAMES:= egm84-30 egm84-15 egm96-15 egm96-5\ egm2008-5 egm2008-2_5 egm2008-1 GRAVITY_NAMES:= egm84 egm96 egm2008 wgs84 grs80 -MAGNETIC_NAMES:= wmm2010 wmm2015 igrf11 emm2010 +MAGNETIC_NAMES:= wmm2010 wmm2015 igrf11 igrf12 emm2010 .for n in ${GEOID_NAMES} GEOID_${n:C/[^0-9A-Z_a-z]/_/g:tu}_DESC= Install ${n} geoid dataset |