freebsd-ports/games/shootingstar/Makefile
Edwin Groothuis f5f70372a9 New port: games/shootingstar
The Red-Shirted-Guy served happily in the police forces for
	many years, until he got kicked out because he used too
	much violence.  He started drinking. After couple months
	his twin brother, the Green-Shirted-Guy, thought that Red's
	life wasn't very glamourous, so Green asked Red if he wanted
	to collaborate and start killing bad guys. They both thought
	it was a good idea and so they started their agency, The
	Shooting Stars. It was finally the time to take law to their
	own hands.

	WWW: http://www.2ndpoint.fi/ss

PR:		ports/89516
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
2005-11-25 03:43:05 +00:00

25 lines
589 B
Makefile

# New ports collection makefile for: shootingstar
# Date created: 20 Nov 2005
# Whom: Dmitry Marakasov <amdmi3@mail.ru>
#
# $FreeBSD$
#
PORTNAME= shootingstar
PORTVERSION= 1.2.0
CATEGORIES= games
MASTER_SITES= http://www.2ndpoint.fi/projektit.xml/shootingstar/files/
MAINTAINER= amdmi3@mail.ru
COMMENT= SDL/OpenGL top-down shooter
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GL= yes
USE_SDL= sdl mixer image
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
SDL_CONFIG="${SDL_CONFIG}"
.include <bsd.port.mk>