1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

An astrology program for X and ascii, version 5.0.

Submitted by:	faulkner@mpd.tandem.com (Boyd Faulkner)
This commit is contained in:
Satoshi Asami 1995-08-26 05:59:21 +00:00
parent 750d5b551b
commit af66092ba2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2110
7 changed files with 68 additions and 0 deletions

20
misc/astrolog/Makefile Normal file
View File

@ -0,0 +1,20 @@
# New ports collection makefile for: astrolog
# Version required: 5.0
# Date created: 31 July 1995
# Whom: faulkner@cactus.org
#
# $Id: Makefile,v 1.2 1995/08/26 05:57:08 asami Exp $
#
DISTNAME= ast50unx
PKGNAME= astrolog-5.0
CATEGORIES+= games
MASTER_SITES= ftp://ftp.kiae.su/unix/magick/astrology/
EXTRACT_SUFX= .shar.gz
EXTRACT_CMD= zcat
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= | tr -d "\r" |sh
NO_WRKSUBDIR= yes
.include <bsd.port.mk>

1
misc/astrolog/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ast50unx.shar.gz) = 412e62e63e723755119c2e17d3e75f14

View File

@ -0,0 +1,33 @@
*** ./Makefile.org Mon Jul 31 14:01:23 1995
--- ./Makefile Mon Jul 31 14:40:51 1995
***************
*** 22,31 ****
charts0.o charts1.o charts2.o charts3.o intrpret.o\
xdata.o xgeneral.o xdevice.o xcharts0.o xcharts1.o xcharts2.o xscreen.o
# If you don't have X windows, delete the "-lX11" part from the line below:
! LIBS = -lm -lX11
! CFLAGS = -O
astrolog:: $(OBJ)
cc -o $(NAME) $(OBJ) $(LIBS)
strip $(NAME)
#
--- 22,39 ----
charts0.o charts1.o charts2.o charts3.o intrpret.o\
xdata.o xgeneral.o xdevice.o xcharts0.o xcharts1.o xcharts2.o xscreen.o
# If you don't have X windows, delete the "-lX11" part from the line below:
! LIBS = -lm -L/usr/X11R6/lib -lX11
! CFLAGS = -O -I/usr/X11R6/include
+ all: astrolog
+
astrolog:: $(OBJ)
cc -o $(NAME) -I/usr/X11R6/include $(OBJ) $(LIBS)
strip $(NAME)
+
+ install:
+ /usr/bin/install -c -s astrolog ${PREFIX}/bin
+ -mkdir -p ${PREFIX}/share/astrolog
+ /usr/bin/install -c Helpfile.500 ${PREFIX}/share/astrolog
+ @echo "See the file ${PREFIX}/share/astrolog/Helpfile.500 for help.
#

View File

@ -0,0 +1 @@
An astrology program for X and ascii, version 5.0

5
misc/astrolog/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Astrolog is a high precision astrological tool with X support.
This is version 5.0.
faulkner@cactus.org

View File

@ -0,0 +1,6 @@
#!/bin/sh
# installation script for Wnn4.2
if [ "$2" != "POST-INSTALL" ]; then
exit 0
fi
echo "See the file ${PKG_PREFIX}/share/astrolog/Helpfile.500 for help."

2
misc/astrolog/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/astrolog
share/astrolog/Helpfile.500