diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2003-08-22 22:01:51 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2003-08-22 22:01:51 +0000 |
commit | 15a19205f67159590ee01d5a15a1c5df9f7a944c (patch) | |
tree | be225614d1d94ba6851ce4cc6725c70cfd1cf23d /games/criticalmass | |
parent | c97e040df9fdf00c00e0db9928eea16a89128257 (diff) | |
download | ports-15a19205f67159590ee01d5a15a1c5df9f7a944c.tar.gz ports-15a19205f67159590ee01d5a15a1c5df9f7a944c.zip |
Notes
Diffstat (limited to 'games/criticalmass')
-rw-r--r-- | games/criticalmass/Makefile | 14 | ||||
-rw-r--r-- | games/criticalmass/distinfo | 2 | ||||
-rw-r--r-- | games/criticalmass/pkg-plist | 1 |
3 files changed, 6 insertions, 11 deletions
diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index d6d259f1867e..b83ea8f75454 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -6,15 +6,15 @@ # PORTNAME= criticalmass -PORTVERSION= 0.97 -PORTREVISION= 1 +PORTVERSION= 0.98 +PORTREVISION= 0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= criticalmass DISTNAME= CriticalMass-${PORTVERSION} MAINTAINER= nbm@FreeBSD.org -COMMENT= An SDL/OpenGL space shoot'em up game +COMMENT= An SDL/OpenGL space shoot\'em up game LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ SDL_image.10:${PORTSDIR}/graphics/sdl_image \ @@ -28,15 +28,11 @@ CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${X11BASE}/lib" \ MAN6= critter.6 -SDLINCPFILES= utilities/GLBitmapCollection.cpp utilities/GLExtension.hpp \ - utilities/GLTexture.hpp utilities/PNG.hpp +SDLINCPFILES= utilssdl/PNG.hpp utilsgl/GLTexture.hpp \ + utilsgl/GLBitmapCollection.cpp utilsgl/GLExtension.hpp .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - post-patch: ${REINPLACE_CMD} -e 's#sdl-config#sdl11-config#; s#-lSDL # #;' ${WRKSRC}/configure ${REINPLACE_CMD} -e 's#SDL/#SDL11/#;' ${SDLINCPFILES:S#^#${WRKSRC}/#} diff --git a/games/criticalmass/distinfo b/games/criticalmass/distinfo index 7f66e673108d..c9c7ba62b08c 100644 --- a/games/criticalmass/distinfo +++ b/games/criticalmass/distinfo @@ -1 +1 @@ -MD5 (CriticalMass-0.97.tar.bz2) = b93832127bab9a43a8b98395b5a7b91b +MD5 (CriticalMass-0.98.tar.bz2) = af1fdb1e4156723423255a394ee8312f diff --git a/games/criticalmass/pkg-plist b/games/criticalmass/pkg-plist index f8cc23d0607c..51538f3c0758 100644 --- a/games/criticalmass/pkg-plist +++ b/games/criticalmass/pkg-plist @@ -1,6 +1,5 @@ bin/Packer bin/critter -bin/puckman share/Critical_Mass/lg-criti.xm share/Critical_Mass/resource.dat @dirrm share/Critical_Mass |