xasteroids port
This commit is contained in:
parent
2142499c7a
commit
bf9fa35ba7
22
games/xasteroids/Makefile
Normal file
22
games/xasteroids/Makefile
Normal 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>
|
9
games/xasteroids/files/Imakefile
Normal file
9
games/xasteroids/files/Imakefile
Normal file
@ -0,0 +1,9 @@
|
||||
LOCAL_LIBRARIES = -lm $(XLIB)
|
||||
|
||||
MANSUFFIX=6
|
||||
|
||||
OBJS = xast.o
|
||||
|
||||
SRCS = xast.c
|
||||
|
||||
ComplexProgramTarget(xasteroids)
|
1
games/xasteroids/files/md5
Normal file
1
games/xasteroids/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xasteroids.sh.Z) = e65833570cb4b000ddd8e04f7aa4f057
|
1
games/xasteroids/pkg/COMMENT
Normal file
1
games/xasteroids/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
X windows based asteroids style arcade game
|
2
games/xasteroids/pkg/DESCR
Normal file
2
games/xasteroids/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
X windows based asteroids style arcade game.
|
||||
Make big rocks into little ones.
|
2
games/xasteroids/pkg/PLIST
Normal file
2
games/xasteroids/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
bin/xasteroids
|
||||
man/man6/xasteroids.6
|
6
games/xasteroids/scripts/pre-configure
Normal file
6
games/xasteroids/scripts/pre-configure
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
cp -f ${CURDIR}/files/Imakefile ${WRKSRC}
|
||||
cp -f ${WRKSRC}/xast.man ${WRKSRC}/xasteroids.man
|
||||
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user