1995-08-26 05:59:21 +00:00
|
|
|
# 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
|
1995-08-26 05:59:21 +00:00
|
|
|
# Date created: 31 July 1995
|
|
|
|
# Whom: faulkner@cactus.org
|
|
|
|
#
|
1999-02-03 11:12:01 +00:00
|
|
|
# $Id: Makefile,v 1.13 1998/11/28 05:39:00 asami Exp $
|
1995-08-26 05:59:21 +00:00
|
|
|
#
|
|
|
|
|
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/ \
|
1997-08-10 22:31:36 +00:00
|
|
|
ftp://ftp.kiarchive.ru/pub/unix/magick/astrology/astrolog/
|
1997-05-29 01:15:48 +00:00
|
|
|
EXTRACT_ONLY= ${DISTNAME}.shr
|
|
|
|
EPHEM= LRZ5_24 CHI_24 CPJV_24
|
|
|
|
DISTFILES= ${EXTRACT_ONLY} ${EPHEM}
|
1996-07-14 06:57:41 +00:00
|
|
|
|
1996-11-11 05:50:23 +00:00
|
|
|
MAINTAINER= ache@FreeBSD.ORG
|
|
|
|
|
1998-11-28 05:39:01 +00:00
|
|
|
USE_XLIB= yes
|
1997-07-13 18:49:31 +00:00
|
|
|
EXTRACT_CMD= ${SH}
|
1999-02-03 11:12:01 +00:00
|
|
|
EXTRACT_BEFORE_ARGS= # empty
|
|
|
|
EXTRACT_AFTER_ARGS= # empty
|
1996-11-11 05:50:23 +00:00
|
|
|
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"
|
1995-08-26 05:59:21 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|