mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Add vectoroids 1.1.0.
Vectoroids is an SDL Asteroids clone, with quick game-play and pretty good graphics. Obtained from: OpenBSD
This commit is contained in:
parent
f76762dfec
commit
f1c6a26e68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83738
@ -366,6 +366,7 @@
|
||||
SUBDIR += utserver-asu
|
||||
SUBDIR += utserver-to
|
||||
SUBDIR += vamos
|
||||
SUBDIR += vectoroids
|
||||
SUBDIR += virt
|
||||
SUBDIR += wmeyes
|
||||
SUBDIR += wmfortune
|
||||
|
36
games/vectoroids/Makefile
Normal file
36
games/vectoroids/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# New ports collection makefile for: vectoroids
|
||||
# Date created: 27 June 2003
|
||||
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= vectoroids
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/vectoroids/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= "vector-based, pretty, Asteroids clone"
|
||||
|
||||
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
|
||||
SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
|
||||
SDL_image.10:${PORTSDIR}/graphics/sdl_image
|
||||
|
||||
USE_X_PREFIX= YES
|
||||
USE_GMAKE= YES
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/vectoroids ${PREFIX}/bin
|
||||
${MKDIR} ${PREFIX}/share/vectoroids/images
|
||||
${INSTALL_DATA} ${WRKSRC}/data/images/* ${PREFIX}/share/vectoroids/images
|
||||
${MKDIR} ${PREFIX}/share/vectoroids/music
|
||||
${INSTALL_DATA} ${WRKSRC}/data/music/* ${PREFIX}/share/vectoroids/music
|
||||
${MKDIR} ${PREFIX}/share/vectoroids/sounds
|
||||
${INSTALL_DATA} ${WRKSRC}/data/sounds/* ${PREFIX}/share/vectoroids/sounds
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/vectoroids
|
||||
${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/vectoroids/README
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
games/vectoroids/distinfo
Normal file
3
games/vectoroids/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (vectoroids-1.1.0.tar.gz) = c63ce56b09aa7da9a6e95d804e9ee314
|
||||
RMD160 (vectoroids-1.1.0.tar.gz) = 589c9e90c74c378c70c1a73042815325db20742b
|
||||
SHA1 (vectoroids-1.1.0.tar.gz) = 899caf5fa7b8fc7e2c6292ba02057a50a0a254a7
|
24
games/vectoroids/files/patch-Makefile
Normal file
24
games/vectoroids/files/patch-Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
--- Makefile.orig Sat Apr 13 17:51:14 2002
|
||||
+++ Makefile Fri Jun 27 02:02:00 2003
|
||||
@@ -9,19 +9,18 @@
|
||||
# November 30, 2001 - April 13, 2002
|
||||
|
||||
|
||||
-PREFIX=/usr/local
|
||||
MAN_PREFIX=$(PREFIX)
|
||||
BIN_PREFIX=$(PREFIX)/bin
|
||||
DATA_PREFIX=$(PREFIX)/share/vectoroids/
|
||||
JOY=YES
|
||||
TARGET_DEF=LINUX
|
||||
-SDL_LIB=$(shell sdl-config --libs) $(MIXER) -lSDL_image
|
||||
+SDL_LIB=$(shell sdl11-config --libs) $(MIXER) -lSDL_image
|
||||
|
||||
NOSOUNDFLAG=__SOUND
|
||||
MIXER=-lSDL_mixer
|
||||
|
||||
CFLAGS=-Wall -Wno-long-long -pedantic -ansi -O2 \
|
||||
- $(shell sdl-config --cflags) -D$(NOSOUNDFLAG) \
|
||||
+ $(shell sdl11-config --cflags) -D$(NOSOUNDFLAG) \
|
||||
-DDATA_PREFIX=\"$(DATA_PREFIX)\" -DJOY_$(JOY) -D$(TARGET_DEF)
|
||||
|
||||
|
4
games/vectoroids/pkg-descr
Normal file
4
games/vectoroids/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Vectoroids is an SDL Asteroids clone, with quick game-play and pretty
|
||||
good graphics.
|
||||
|
||||
WWW: http://www.newbreedsoftware.com/vectoroids/
|
21
games/vectoroids/pkg-plist
Normal file
21
games/vectoroids/pkg-plist
Normal file
@ -0,0 +1,21 @@
|
||||
bin/vectoroids
|
||||
%%PORTDOCS%%share/doc/vectoroids/README
|
||||
share/vectoroids/images/icon.png
|
||||
share/vectoroids/images/redspot-e.bmp
|
||||
share/vectoroids/images/redspot.jpg
|
||||
share/vectoroids/music/decision.s3m
|
||||
share/vectoroids/music/decision.txt
|
||||
share/vectoroids/sounds/ast1.wav
|
||||
share/vectoroids/sounds/ast2.wav
|
||||
share/vectoroids/sounds/ast3.wav
|
||||
share/vectoroids/sounds/ast4.wav
|
||||
share/vectoroids/sounds/bullet.wav
|
||||
share/vectoroids/sounds/explode.wav
|
||||
share/vectoroids/sounds/extralife.wav
|
||||
share/vectoroids/sounds/gameover.wav
|
||||
share/vectoroids/sounds/thrust.wav
|
||||
@dirrm share/vectoroids/sounds
|
||||
@dirrm share/vectoroids/music
|
||||
@dirrm share/vectoroids/images
|
||||
@dirrm share/vectoroids
|
||||
%%PORTDOCS%%@dirrm share/doc/vectoroids
|
Loading…
Reference in New Issue
Block a user