summaryrefslogtreecommitdiff
path: root/astro/xephem/Makefile
blob: 6294914ab692ac3c5aafd9d6519ce975b85073dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:    xephem
# Version required:     3.1
# Date created:         Thu Aug  1 09:10:22 CDT 1996
# Whom:                 erich@FreeBSD.org
#
# $Id: Makefile,v 1.10 1998/09/17 00:32:26 asami Exp $
#

DISTNAME=	xephem-3.1
CATEGORIES=	astro
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

LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm

REQUIRES_MOTIF=	yes
USE_IMAKE=	yes
WRKSRC=		${WRKDIR}/${DISTNAME}/GUI/xephem

LIBSRC=		${WRKDIR}/${DISTNAME}/libastro

MAN1=		xephem.1

pre-configure:
	@(cd ${LIBSRC} && ${XMKMF})

pre-build:
	@(cd ${LIBSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${ALL_TARGET})

.include <bsd.port.mk>