1996-08-16 17:04:26 +00:00
|
|
|
# New ports collection makefile for: xephem
|
|
|
|
# Date created: Thu Aug 1 09:10:22 CDT 1996
|
|
|
|
# Whom: erich@FreeBSD.org
|
|
|
|
#
|
1999-08-25 04:22:48 +00:00
|
|
|
# $FreeBSD$
|
1996-08-16 17:04:26 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 22:04:57 +00:00
|
|
|
PORTNAME= xephem
|
|
|
|
PORTVERSION= 3.2.3
|
1996-10-31 10:45:45 +00:00
|
|
|
CATEGORIES= astro
|
2000-05-29 23:46:11 +00:00
|
|
|
MASTER_SITES= http://www.clearskyinstitute.com/xephem/xephem/ \
|
|
|
|
ftp://iraf.noao.edu/contrib/xephem/ \
|
1998-04-29 11:12:12 +00:00
|
|
|
ftp://wolf.ifj.edu.pl/mirror/xephem/
|
1996-08-16 17:04:26 +00:00
|
|
|
|
2000-04-23 22:59:51 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1996-08-16 17:04:26 +00:00
|
|
|
|
1998-09-17 00:33:02 +00:00
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
1998-06-06 22:56:17 +00:00
|
|
|
|
1996-08-16 17:04:26 +00:00
|
|
|
REQUIRES_MOTIF= yes
|
|
|
|
USE_IMAKE= yes
|
1999-04-06 01:11:20 +00:00
|
|
|
MANCOMPRESSED= no
|
1998-04-29 11:12:12 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/GUI/xephem
|
|
|
|
|
|
|
|
LIBSRC= ${WRKDIR}/${DISTNAME}/libastro
|
|
|
|
|
1998-09-26 23:40:12 +00:00
|
|
|
MAN1= xephem.1
|
|
|
|
|
1999-04-06 01:11:20 +00:00
|
|
|
AUXIL= README jupiter.9910 logo.gif mars.9910 mars_db marsmap.fts \
|
|
|
|
moon.fts moon_db saturne.9910 uranus.9910 xephem.hlp \
|
|
|
|
xephem_sites
|
|
|
|
|
2000-02-27 23:15:12 +00:00
|
|
|
CATALOGS= ISS.edb Messier.edb NGC.edb README SAC.edb \
|
|
|
|
YBS.edb asteroids.edb comets.edb hickson.edb
|
1999-04-06 01:11:20 +00:00
|
|
|
|
2000-01-19 17:38:37 +00:00
|
|
|
TOOLS= README extract.awk astorb2edb.pl jost2edb.awk mpcorb2edb.pl \
|
|
|
|
tle2edb.pl
|
1999-04-06 01:11:20 +00:00
|
|
|
|
|
|
|
GSC= Makefile README gscload.c support.c
|
|
|
|
|
|
|
|
XEPHEMDBD= INSTALL Makefile README cgi-lib.pl db.c fsfetch.c request.c \
|
|
|
|
stubs.c xephemdbd.c xephemdbd.html xephemdbd.pl
|
|
|
|
|
1998-04-29 11:12:12 +00:00
|
|
|
pre-configure:
|
|
|
|
@(cd ${LIBSRC} && ${XMKMF})
|
|
|
|
|
|
|
|
pre-build:
|
|
|
|
@(cd ${LIBSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${ALL_TARGET})
|
1999-08-30 11:09:17 +00:00
|
|
|
${SED} -e "s^@PREFIX@^${PREFIX}^" ${WRKSRC}/XEphem.ad > ${WRKSRC}/XEphem.ad.new
|
1996-08-16 17:04:26 +00:00
|
|
|
|
1999-04-06 01:11:20 +00:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xephem ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/xephem.man ${PREFIX}/man/man1/xephem.1
|
1999-08-30 11:09:17 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/XEphem.ad.new ${PREFIX}/lib/X11/app-defaults/XEphem
|
1999-04-06 01:11:20 +00:00
|
|
|
${MKDIR} ${PREFIX}/lib/X11/xephem
|
|
|
|
|
|
|
|
${MKDIR} ${PREFIX}/lib/X11/xephem/auxil
|
|
|
|
.for file in ${AUXIL}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/auxil/${file} ${PREFIX}/lib/X11/xephem/auxil/${file}
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
${MKDIR} ${PREFIX}/lib/X11/xephem/catalogs
|
|
|
|
.for file in ${CATALOGS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/catalogs/${file} ${PREFIX}/lib/X11/xephem/catalogs/${file}
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
${MKDIR} ${PREFIX}/lib/X11/xephem/tools
|
|
|
|
.for file in ${TOOLS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/tools/${file} ${PREFIX}/lib/X11/xephem/tools/${file}
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
${MKDIR} ${PREFIX}/lib/X11/xephem/tools/gsc
|
|
|
|
.for file in ${GSC}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/tools/gsc/${file} ${PREFIX}/lib/X11/xephem/tools/gsc/${file}
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
${MKDIR} ${PREFIX}/lib/X11/xephem/tools/xephemdbd
|
|
|
|
.for file in ${XEPHEMDBD}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/tools/xephemdbd/${file} ${PREFIX}/lib/X11/xephem/tools/xephemdbd/${file}
|
|
|
|
.endfor
|
|
|
|
|
1996-08-16 17:04:26 +00:00
|
|
|
.include <bsd.port.mk>
|