freebsd-ports/astro/xephem/Makefile

33 lines
835 B
Makefile
Raw Normal View History

# New ports collection makefile for: xephem
1998-04-29 07:12:12 -04:00
# Version required: 3.1
# Date created: Thu Aug 1 09:10:22 CDT 1996
# Whom: erich@FreeBSD.org
#
# $Id: Makefile,v 1.6 1998/04/29 11:12:11 tg Exp $
#
1998-04-29 07:12:12 -04:00
DISTNAME= xephem-3.1
CATEGORIES= astro
1998-04-29 07:12:12 -04: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/
MAINTAINER= erich@FreeBSD.org
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
REQUIRES_MOTIF= yes
USE_IMAKE= yes
1998-04-29 07:12:12 -04: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})
.include <bsd.port.mk>