da3162c7c9
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
23 lines
505 B
Makefile
23 lines
505 B
Makefile
PORTNAME= shootingstar
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 13
|
|
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= gl gmake sdl
|
|
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>
|