summaryrefslogtreecommitdiff
path: root/astro/xephem/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-04-29 11:12:12 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-04-29 11:12:12 +0000
commit7ca9259ef8959c922c19ec688a84250e9db4e7d0 (patch)
tree36c2849c703fbff67b4a225ccc9da148e6261e06 /astro/xephem/Makefile
parentActivate sgrep. (diff)
Upgrade to 3.1.
Notes
Notes: svn path=/head/; revision=10761
Diffstat (limited to 'astro/xephem/Makefile')
-rw-r--r--astro/xephem/Makefile22
1 files changed, 16 insertions, 6 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile
index 1c3ef33f5031..8ebf49b9fd82 100644
--- a/astro/xephem/Makefile
+++ b/astro/xephem/Makefile
@@ -1,20 +1,30 @@
# New ports collection makefile for: xephem
-# Version required: 3.0
+# Version required: 3.1
# Date created: Thu Aug 1 09:10:22 CDT 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.4 1996/11/18 09:52:05 asami Exp $
+# $Id: Makefile,v 1.5 1997/03/27 23:44:44 erich Exp $
#
-DISTNAME= xephem_3.0
-PKGNAME= xephem-3.0
+DISTNAME= xephem-3.1
CATEGORIES= astro
-MASTER_SITES= ftp://iraf.noao.edu/contrib/xephem/xephem_3.0/
+MASTER_SITES= ftp://iraf.noao.edu/contrib/xephem/xephem-3.1/ \
+ ftp://gastro23.physics.uiowa.edu/pub/xephem/ \
+ ftp://iphcip1.physik.uni-mainz.de/pub/xephem/ \
+ ftp://wolf.ifj.edu.pl/mirror/xephem/
MAINTAINER= erich@FreeBSD.org
REQUIRES_MOTIF= yes
-
USE_IMAKE= yes
+WRKSRC= ${WRKDIR}/${DISTNAME}/GUI/xephem
+
+LIBSRC= ${WRKDIR}/${DISTNAME}/libastro
+
+pre-configure:
+ @(cd ${LIBSRC} && ${XMKMF})
+
+pre-build:
+ @(cd ${LIBSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${ALL_TARGET})
.include <bsd.port.mk>