1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/games/shootingstar/Makefile
Dmitry Marakasov 3855759fd5 - Support staging
- Convert USE_GMAKE to USES
- Fix segfault
- Rename patches according to porter's handbook
2013-10-19 02:58:40 +00:00

27 lines
560 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$
PORTNAME= shootingstar
PORTVERSION= 1.2.0
PORTREVISION= 9
CATEGORIES= games
MASTER_SITES= http://www.2ndpoint.fi/projektit.xml/shootingstar/files/ \
http://mirror.amdmi3.ru/distfiles/
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= SDL/OpenGL top-down shooter
GNU_CONFIGURE= yes
USES= gmake
USE_GL= gl
USE_SDL= sdl mixer image
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/${PORTNAME}
PORTDATA= *
.include <bsd.port.mk>