mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
fe90a46320
area on the local ports tree.
34 lines
822 B
Makefile
34 lines
822 B
Makefile
# New ports collection makefile for: ephem
|
|
# Date created: 3 April 1997
|
|
# Whom: eserte
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ephem
|
|
PORTVERSION= 4.28
|
|
CATEGORIES= astro
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= asami/LOCAL_PORTS
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}_unix
|
|
|
|
MAINTAINER= eserte@cs.tu-berlin.de
|
|
|
|
NO_WRKSUBDIR= 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_MSG} Don\'t forget to edit ${PREFIX}/share/ephem/ephem.cfg!
|
|
|
|
.include <bsd.port.mk>
|