diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-19 02:58:40 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-19 02:58:40 +0000 |
commit | 3855759fd50f3304e9b4afea8ec72f2505e4f0bb (patch) | |
tree | a6d3bac965fd3f09cc404bc4e8927215937d16a3 /games/shootingstar/Makefile | |
parent | 1960684ce415749face096ba1a9724b9e5d56bb2 (diff) | |
download | ports-3855759fd50f3304e9b4afea8ec72f2505e4f0bb.tar.gz ports-3855759fd50f3304e9b4afea8ec72f2505e4f0bb.zip |
Notes
Diffstat (limited to 'games/shootingstar/Makefile')
-rw-r--r-- | games/shootingstar/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/shootingstar/Makefile b/games/shootingstar/Makefile index 0f43d1ed2fa5..f28bb5eef9cc 100644 --- a/games/shootingstar/Makefile +++ b/games/shootingstar/Makefile @@ -12,7 +12,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= SDL/OpenGL top-down shooter GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_GL= gl USE_SDL= sdl mixer image @@ -20,5 +20,7 @@ CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes +PLIST_FILES= bin/${PORTNAME} +PORTDATA= * + .include <bsd.port.mk> |