most recent changes, diff for xephem
Index: science/xephem/Portfile
--- science/xephem/Portfile (revision 34641)
+++ science/xephem/Portfile (revision 34642)
@@ -1,8 +1,9 @@
# $Id$
PortSystem 1.0
+
name xephem
-version 3.7
+version 3.7.2
categories science
maintainers nomaintainer
description interactive astronomical ephemeris program
@@ -16,21 +17,22 @@
homepage http://www.clearskyinstitute.com/xephem/
platforms darwin
master_sites ${homepage}
-checksums md5 30d253d086580895df73d17e47b1a5fa \
- sha1 ee661358d7c245759de0df031bdd731ed0d136cd
+checksums md5 1074e04b9a89302d9f2bad7107674311 \
+ sha1 8027f73e934e257316d15c474c88d435241c521d
depends_lib lib:libXm:lesstif
worksrcdir ${distname}/GUI/xephem
use_configure no
+build.args MOTIF=../../libXm/osx
build.target
destroot {
set share ${prefix}/share/xephem
- set appdefaults /usr/X11R6/lib/X11/app-defaults
+ set appdefaults ${x11prefix}/lib/X11/app-defaults
set bin ${prefix}/bin
- set man1 ${prefix}/man/man1
-
+ set man1 ${prefix}/share/man/man1
+
xinstall -m 755 ${worksrcpath}/xephem ${destroot}${bin}
-
+
xinstall -m 755 -d ${destroot}${man1}
xinstall -m 644 ${worksrcpath}/xephem.man ${destroot}${man1}/xephem.1