455b0cd783
0.9.11: # Add support for gcc 4.0 # Fix sound issue when hovering over selectable text # Add mission tips/help to menu # Keep track of goodies caught and missed 0.9.12: # Display update text on screen via simple scroller. # Added next gen shippy eye-candy. # Added volume control for music and sfx. # Added weapon/ammo display to critterboard. # Moved all special critter files into a subdirectory. # Added migration code to update previous installs. # Allow vertical ship movement. # Nicer shield. # Display control over starfield and nebula. # Add SDL detected fullscreen resolutions to resolution list. # Add menu option to allow non 4:3 resolutions. # Add 2 new levels. # Fix for gcc 4.0.1. # Misc fixes. # Updated Readme.html. 1.0.0: # Added a Boss level and related support. # Made "Game Over" look less pixelated. # Created a separate submenu for Audio and Video config. # Fixed leaks. 1.0.1: # Updates for Mac Universal Binary. 1.0.2: # OSX: Added a workaround for a bug in one of the 3rd party libs.
23 lines
629 B
Makefile
23 lines
629 B
Makefile
# $NetBSD: Makefile,v 1.26 2006/08/15 08:42:36 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= CriticalMass-1.0.2
|
|
PKGNAME= ${DISTNAME:tl}
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=criticalmass/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://criticalmass.sourceforge.net/
|
|
COMMENT= SDL/OpenGL space shoot'em up game
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../graphics/SDL_image/buildlink3.mk"
|
|
.include "../../audio/SDL_mixer/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|