xasteroids port

This commit is contained in:
angelos 1998-05-20 01:41:18 +00:00
parent 2142499c7a
commit bf9fa35ba7
7 changed files with 43 additions and 0 deletions

22
games/xasteroids/Makefile Normal file
View File

@ -0,0 +1,22 @@
# OpenBSD makefile for: xasteroids
# Version required: 5
# Date created: May 19 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/20 01:41:18 angelos Exp $
#
DISTNAME= xasteroids
PKGNAME= xasteroids-5.0
CATEGORIES= games
MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/
EXTRACT_SUFX= .sh.Z
MAINTAINER= angelos@openbsd.org
USE_IMAKE= yes
NO_WRKSUBDIR= yes
EXTRACT_CMD= ( cd ${WRKDIR}; zcat | sh -s )
EXTRACT_ARGS= <
.include <bsd.port.mk>

View File

@ -0,0 +1,9 @@
LOCAL_LIBRARIES = -lm $(XLIB)
MANSUFFIX=6
OBJS = xast.o
SRCS = xast.c
ComplexProgramTarget(xasteroids)

View File

@ -0,0 +1 @@
MD5 (xasteroids.sh.Z) = e65833570cb4b000ddd8e04f7aa4f057

View File

@ -0,0 +1 @@
X windows based asteroids style arcade game

View File

@ -0,0 +1,2 @@
X windows based asteroids style arcade game.
Make big rocks into little ones.

View File

@ -0,0 +1,2 @@
bin/xasteroids
man/man6/xasteroids.6

View File

@ -0,0 +1,6 @@
#!/bin/sh
cp -f ${CURDIR}/files/Imakefile ${WRKSRC}
cp -f ${WRKSRC}/xast.man ${WRKSRC}/xasteroids.man
exit 0