mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add criticalmass 0.97, an SDL/OpenGL space shoot'em up game.
This commit is contained in:
parent
44ccdc5fd5
commit
4c970c24cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65324
@ -57,6 +57,7 @@
|
||||
SUBDIR += crafty-open-rock
|
||||
SUBDIR += crafty-open-small
|
||||
SUBDIR += crimson
|
||||
SUBDIR += criticalmass
|
||||
SUBDIR += crossfire-client
|
||||
SUBDIR += crossfire-server
|
||||
SUBDIR += crossword
|
||||
|
30
games/criticalmass/Makefile
Normal file
30
games/criticalmass/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: criticalmass
|
||||
# Date created: 30 Aug 2002
|
||||
# Whom: nbm
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= criticalmass
|
||||
PORTVERSION= 0.97
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= criticalmass
|
||||
DISTNAME= CriticalMass-${PORTVERSION}
|
||||
|
||||
MAINTAINER= nbm@FreeBSD.org
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${X11BASE}/lib" \
|
||||
CPPFLAGS="${CFLAGS} -I${X11BASE}/include"
|
||||
|
||||
SDLINCPFILES= utilities/GLBitmapCollection.cpp utilities/GLExtension.hpp \
|
||||
utilities/GLTexture.hpp utilities/PNG.hpp
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's#sdl-config#sdl11-config#; s#-lSDL # #;' ${WRKSRC}/configure
|
||||
${REINPLACE_CMD} -e 's#SDL/#SDL11/#;' ${SDLINCPFILES:S#^#${WRKSRC}/#}
|
||||
|
||||
.include <bsd.port.mk>
|
1
games/criticalmass/distinfo
Normal file
1
games/criticalmass/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (CriticalMass-0.97.tar.bz2) = b93832127bab9a43a8b98395b5a7b91b
|
1
games/criticalmass/pkg-comment
Normal file
1
games/criticalmass/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An SDL/OpenGL space shoot'em up game
|
3
games/criticalmass/pkg-descr
Normal file
3
games/criticalmass/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
An SDL/OpenGL space shoot'em up game
|
||||
|
||||
WWW: http://criticalmass.sourceforge.net/
|
6
games/criticalmass/pkg-plist
Normal file
6
games/criticalmass/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
bin/Packer
|
||||
bin/critter
|
||||
bin/puckman
|
||||
share/Critical_Mass/lg-criti.xm
|
||||
share/Critical_Mass/resource.dat
|
||||
@dirrm share/Critical_Mass
|
Loading…
Reference in New Issue
Block a user