1995-08-26 01:59:21 -04:00
|
|
|
# New ports collection makefile for: astrolog
|
2001-05-25 13:28:21 -04:00
|
|
|
# See some useful stuff at:
|
1997-01-13 17:57:00 -05:00
|
|
|
# http://rpkalf2.mach.uni-karlsruhe.de/~ferber/astrolog/
|
1996-07-14 02:57:41 -04:00
|
|
|
#
|
1995-08-26 01:59:21 -04:00
|
|
|
# Date created: 31 July 1995
|
|
|
|
# Whom: faulkner@cactus.org
|
|
|
|
#
|
1999-08-25 03:23:21 -04:00
|
|
|
# $FreeBSD$
|
1995-08-26 01:59:21 -04:00
|
|
|
#
|
|
|
|
|
2001-01-16 12:33:20 -05:00
|
|
|
PORTNAME= astrolog
|
2000-04-14 04:49:30 -04:00
|
|
|
PORTVERSION= 5.40
|
2001-05-25 13:28:21 -04:00
|
|
|
PORTREVISION= 1
|
2001-01-16 12:33:20 -05:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= http://www.astrolog.org/ftp/ephem/ \
|
1997-05-28 21:15:48 -04:00
|
|
|
http://www.astrolog.org/ftp/ \
|
1997-08-10 18:31:36 -04:00
|
|
|
ftp://ftp.kiarchive.ru/pub/unix/magick/astrology/astrolog/
|
2001-01-16 12:33:20 -05:00
|
|
|
EXTRACT_ONLY= ast54unx.shr
|
|
|
|
EPHEM= LRZ5_24 CHI_24 CPJV_24
|
|
|
|
DISTFILES= ${EXTRACT_ONLY} ${EPHEM}
|
1996-07-14 02:57:41 -04:00
|
|
|
|
2001-01-16 12:33:20 -05:00
|
|
|
MAINTAINER= ache@FreeBSD.org
|
1996-11-11 00:50:23 -05:00
|
|
|
|
1998-11-28 00:39:01 -05:00
|
|
|
USE_XLIB= yes
|
2001-01-16 12:33:20 -05:00
|
|
|
EXTRACT_CMD= ${SH}
|
1999-02-03 06:12:01 -05:00
|
|
|
EXTRACT_BEFORE_ARGS= # empty
|
|
|
|
EXTRACT_AFTER_ARGS= # empty
|
2001-01-16 12:33:20 -05:00
|
|
|
DIST_SUBDIR= astrolog
|
|
|
|
ALL_TARGET= astrolog
|
|
|
|
NO_WRKSUBDIR= yes
|
1996-07-14 02:57:41 -04:00
|
|
|
|
|
|
|
do-install:
|
1997-01-13 17:57:00 -05:00
|
|
|
-@${MKDIR} ${PREFIX}/lib/astrolog
|
1997-05-28 21:15:48 -04:00
|
|
|
cd ${DISTDIR}/${DIST_SUBDIR} && \
|
|
|
|
${INSTALL_DATA} ${EPHEM} ${PREFIX}/lib/astrolog
|
1999-04-07 15:05:31 -04:00
|
|
|
cd ${WRKSRC}; \
|
|
|
|
${INSTALL_DATA} astrolog.dat ${PREFIX}/lib/astrolog/astrolog.dat-dist; \
|
|
|
|
if [ ! -f ${PREFIX}/lib/astrolog/astrolog.dat ] ; then \
|
1997-01-13 17:57:00 -05:00
|
|
|
${INSTALL_DATA} astrolog.dat ${PREFIX}/lib/astrolog; \
|
1996-07-14 02:57:41 -04:00
|
|
|
fi
|
1997-01-13 17:57:00 -05:00
|
|
|
cd ${WRKSRC} && ${INSTALL_PROGRAM} astrolog ${PREFIX}/bin
|
|
|
|
-@${MKDIR} ${PREFIX}/share/doc/astrolog
|
|
|
|
cd ${WRKSRC} && \
|
1999-04-02 21:02:16 -05:00
|
|
|
${INSTALL_DATA} Helpfile.540 ${PREFIX}/share/doc/astrolog
|
1997-01-13 17:57:00 -05:00
|
|
|
cd ${WRKSRC} && \
|
1999-04-02 21:02:16 -05:00
|
|
|
${INSTALL_DATA} Update.540 ${PREFIX}/share/doc/astrolog
|
1997-01-13 17:57:00 -05:00
|
|
|
cd ${WRKSRC} && \
|
1999-04-02 21:02:16 -05:00
|
|
|
${INSTALL_DATA} README.540 ${PREFIX}/share/doc/astrolog
|
1999-08-27 18:30:39 -04:00
|
|
|
@${ECHO_MSG}
|
|
|
|
@${ECHO_MSG} "See the file ${PREFIX}/share/doc/astrolog/Helpfile.540 for help"
|
|
|
|
@${ECHO_MSG} "and tune ${PREFIX}/lib/astrolog/astrolog.dat"
|
1995-08-26 01:59:21 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|