freebsd-ports/games/shootingstar/Makefile
2009-01-05 16:14:51 +00:00

27 lines
601 B
Makefile

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