1996-08-16 17:04:26 +00:00
|
|
|
# New ports collection makefile for: xephem
|
1998-04-29 11:12:12 +00:00
|
|
|
# Version required: 3.1
|
1996-08-16 17:04:26 +00:00
|
|
|
# Date created: Thu Aug 1 09:10:22 CDT 1996
|
|
|
|
# Whom: erich@FreeBSD.org
|
|
|
|
#
|
1998-09-16 01:58:38 +00:00
|
|
|
# $Id: Makefile,v 1.8 1998/09/15 11:12:55 asami Exp $
|
1996-08-16 17:04:26 +00:00
|
|
|
#
|
|
|
|
|
1998-04-29 11:12:12 +00:00
|
|
|
DISTNAME= xephem-3.1
|
1996-10-31 10:45:45 +00:00
|
|
|
CATEGORIES= astro
|
1998-04-29 11:12:12 +00:00
|
|
|
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/
|
1996-08-16 17:04:26 +00:00
|
|
|
|
|
|
|
MAINTAINER= erich@FreeBSD.org
|
|
|
|
|
1998-09-16 01:58:38 +00:00
|
|
|
LIB_DEPENDS= Xpm.5:${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
|
1998-04-29 11:12:12 +00:00
|
|
|
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})
|
1996-08-16 17:04:26 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|