diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2002-08-30 17:47:15 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2002-08-30 17:47:15 +0000 |
commit | 4c970c24cf212cf0013f9fa98db524974887b927 (patch) | |
tree | b5c631beb5d1fe1a95834d55269e786651caa077 /games/criticalmass/Makefile | |
parent | Annihilate #inclusions of <malloc.h>. (diff) |
Add criticalmass 0.97, an SDL/OpenGL space shoot'em up game.
Notes
Notes:
svn path=/head/; revision=65324
Diffstat (limited to 'games/criticalmass/Makefile')
-rw-r--r-- | games/criticalmass/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile new file mode 100644 index 000000000000..ef92eced8538 --- /dev/null +++ b/games/criticalmass/Makefile @@ -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> |