1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/misc/astrolog/Makefile

54 lines
1.6 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: astrolog
1996-07-14 06:57:41 +00:00
#
1997-01-13 22:57:00 +00:00
# http://rpkalf2.mach.uni-karlsruhe.de/~ferber/astrolog/
1996-07-14 06:57:41 +00:00
# http://www.magitech.com/~cruiser1/astrolog.htm
#
1997-01-13 22:57:00 +00:00
# Version required: 5.30
# Date created: 31 July 1995
# Whom: faulkner@cactus.org
#
1997-05-29 01:15:48 +00:00
# $Id: Makefile,v 1.8 1997/01/24 10:20:50 asami Exp $
#
1997-05-29 01:15:48 +00:00
DISTNAME= ast53unx
1997-01-24 10:20:50 +00:00
PKGNAME= astrolog-5.30
1997-01-13 22:57:00 +00:00
CATEGORIES= misc
1997-05-29 01:15:48 +00:00
MASTER_SITES= http://www.astrolog.org/ftp/ephem/ \
http://www.astrolog.org/ftp/ \
ftp://ftp.relcom.ru/unix/magick/astrology/astrolog/
EXTRACT_ONLY= ${DISTNAME}.shr
EPHEM= LRZ5_24 CHI_24 CPJV_24
DISTFILES= ${EXTRACT_ONLY} ${EPHEM}
1996-07-14 06:57:41 +00:00
MAINTAINER= ache@FreeBSD.ORG
1997-05-29 01:15:48 +00:00
EXTRACT_CMD= /bin/sh
EXTRACT_ARGS=
DIST_SUBDIR= astrolog
1997-01-13 22:57:00 +00:00
ALL_TARGET= astrolog
NO_WRKSUBDIR= Yes
1996-07-14 06:57:41 +00:00
do-install:
1997-01-13 22:57:00 +00:00
-@${MKDIR} ${PREFIX}/lib/astrolog
1997-05-29 01:15:48 +00:00
cd ${DISTDIR}/${DIST_SUBDIR} && \
${INSTALL_DATA} ${EPHEM} ${PREFIX}/lib/astrolog
1997-01-13 22:57:00 +00:00
cd ${WRKSRC} && \
1996-07-14 06:57:41 +00:00
if [ -f ${PREFIX}/lib/astrolog/astrolog.dat ] ; then \
1997-01-13 22:57:00 +00:00
${INSTALL_DATA} astrolog.dat ${PREFIX}/lib/astrolog/astrolog.dat-dist; \
1996-07-14 06:57:41 +00:00
else \
1997-01-13 22:57:00 +00:00
${INSTALL_DATA} astrolog.dat ${PREFIX}/lib/astrolog; \
1996-07-14 06:57:41 +00:00
fi
1997-01-13 22:57:00 +00:00
cd ${WRKSRC} && ${INSTALL_PROGRAM} astrolog ${PREFIX}/bin
-@${MKDIR} ${PREFIX}/share/doc/astrolog
cd ${WRKSRC} && \
1997-05-29 01:15:48 +00:00
${INSTALL_DATA} Helpfile.530 ${PREFIX}/share/doc/astrolog
1997-01-13 22:57:00 +00:00
cd ${WRKSRC} && \
1997-05-29 01:15:48 +00:00
${INSTALL_DATA} Update.530 ${PREFIX}/share/doc/astrolog
1997-01-13 22:57:00 +00:00
cd ${WRKSRC} && \
1997-05-29 01:15:48 +00:00
${INSTALL_DATA} README.530 ${PREFIX}/share/doc/astrolog
1996-07-14 06:57:41 +00:00
@echo
1997-01-13 22:57:00 +00:00
@echo "See the file ${PREFIX}/share/doc/astrolog/Helpfile.530 for help"
@echo "and tune ${PREFIX}/lib/astrolog/astrolog.dat"
.include <bsd.port.mk>