summaryrefslogtreecommitdiff
path: root/misc/astrolog/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-10-11 21:53:59 +0000
committerhubertf <hubertf>1997-10-11 21:53:59 +0000
commit5658f6b5def37eb0deb20ee3e6a1b01e894dc661 (patch)
treecd1e0be6347cb17aeb9201b0ecc45b0286c98b53 /misc/astrolog/Makefile
parente62c4d684c2892015620dfd714bdb51fb502bfc7 (diff)
downloadpkgsrc-5658f6b5def37eb0deb20ee3e6a1b01e894dc661.tar.gz
Import as of 09/25/97
Diffstat (limited to 'misc/astrolog/Makefile')
-rw-r--r--misc/astrolog/Makefile53
1 files changed, 53 insertions, 0 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile
new file mode 100644
index 00000000000..7bf6bce7ae5
--- /dev/null
+++ b/misc/astrolog/Makefile
@@ -0,0 +1,53 @@
+# New ports collection makefile for: astrolog
+#
+# http://rpkalf2.mach.uni-karlsruhe.de/~ferber/astrolog/
+# http://www.magitech.com/~cruiser1/astrolog.htm
+#
+# Version required: 5.30
+# Date created: 31 July 1995
+# Whom: faulkner@cactus.org
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/11 21:54:01 hubertf Exp $
+#
+
+DISTNAME= ast53unx
+PKGNAME= astrolog-5.30
+CATEGORIES= misc
+MASTER_SITES= http://www.astrolog.org/ftp/ephem/ \
+ http://www.astrolog.org/ftp/ \
+ ftp://ftp.kiarchive.ru/pub/unix/magick/astrology/astrolog/
+EXTRACT_ONLY= ${DISTNAME}.shr
+EPHEM= LRZ5_24 CHI_24 CPJV_24
+DISTFILES= ${EXTRACT_ONLY} ${EPHEM}
+
+MAINTAINER= ache@FreeBSD.ORG
+
+EXTRACT_CMD= ${SH}
+EXTRACT_ARGS=
+DIST_SUBDIR= astrolog
+ALL_TARGET= astrolog
+NO_WRKSUBDIR= Yes
+
+do-install:
+ -@${MKDIR} ${PREFIX}/lib/astrolog
+ cd ${DISTDIR}/${DIST_SUBDIR} && \
+ ${INSTALL_DATA} ${EPHEM} ${PREFIX}/lib/astrolog
+ cd ${WRKSRC} && \
+ if [ -f ${PREFIX}/lib/astrolog/astrolog.dat ] ; then \
+ ${INSTALL_DATA} astrolog.dat ${PREFIX}/lib/astrolog/astrolog.dat-dist; \
+ else \
+ ${INSTALL_DATA} astrolog.dat ${PREFIX}/lib/astrolog; \
+ fi
+ cd ${WRKSRC} && ${INSTALL_PROGRAM} astrolog ${PREFIX}/bin
+ -@${MKDIR} ${PREFIX}/share/doc/astrolog
+ cd ${WRKSRC} && \
+ ${INSTALL_DATA} Helpfile.530 ${PREFIX}/share/doc/astrolog
+ cd ${WRKSRC} && \
+ ${INSTALL_DATA} Update.530 ${PREFIX}/share/doc/astrolog
+ cd ${WRKSRC} && \
+ ${INSTALL_DATA} README.530 ${PREFIX}/share/doc/astrolog
+ @echo
+ @echo "See the file ${PREFIX}/share/doc/astrolog/Helpfile.530 for help"
+ @echo "and tune ${PREFIX}/lib/astrolog/astrolog.dat"
+
+.include <bsd.port.mk>