freebsd-ports/astro/ephem/Makefile
Satoshi Asami 7a50961592 An interactive terminal-based ephemeris program. The source tarball is
in LOCAL_PORTS because those out on the 'net can't agree on the right
size and include DOS executables and such.

PR:		3407
Submitted by:	Slaven Rezic <eserte@cs.tu-berlin.de>
1997-06-03 09:14:13 +00:00

34 lines
787 B
Makefile

# New ports collection makefile for: ephem
# Version required: 4.28
# Date created: 3 April 1997
# Whom: eserte
#
# $Id: $
#
DISTNAME= ephem_4.28_unix
PKGNAME= ephem-4.28
CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= eserte@cs.tu-berlin.de
NO_WRKSUBDIR= yes
NO_CONFIGURE= yes
ALL_TARGET=
CFLAGS+= -Wno-implicit
do-install:
-cd ${WRKSRC}; \
${INSTALL_PROGRAM} ephem ${PREFIX}/bin; \
${MKDIR} ${PREFIX}/share/ephem; \
${INSTALL_DATA} Man.txt ${PREFIX}/share/ephem/; \
[ ! -f ${PREFIX}/share/ephem/ephem.db ] && ${INSTALL_DATA} ephem.db ${PREFIX}/share/ephem/; \
[ ! -f ${PREFIX}/share/ephem/ephem.cfg ] && ${INSTALL_DATA} ephem.cfg ${PREFIX}/share/ephem/
post-install:
@echo Don\'t forget to edit ${PREFIX}/share/ephem/ephem.cfg!
.include <bsd.port.mk>