diff options
Diffstat (limited to 'misc/astrolog/Makefile')
-rw-r--r-- | misc/astrolog/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile new file mode 100644 index 0000000..123f789 --- /dev/null +++ b/misc/astrolog/Makefile @@ -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> |