Changeset View
Changeset View
Standalone View
Standalone View
games/kiki/Makefile
| Show All 11 Lines | |||||
| COMMENT= Kiki the nanobot is a 3-D puzzle game | COMMENT= Kiki the nanobot is a 3-D puzzle game | ||||
| BUILD_DEPENDS= swig:devel/swig13 | BUILD_DEPENDS= swig:devel/swig13 | ||||
| USES= compiler dos2unix gmake python | USES= compiler dos2unix gmake python | ||||
| USE_GL= gl glu glut | USE_GL= gl glu glut | ||||
| USE_SDL= sdl mixer image | USE_SDL= sdl mixer image | ||||
| DOS2UNIX_REGEX= .*/(Makefile|.*\.cpp|.*\.h|.*\.i)$ | DOS2UNIX_REGEX= .*/(Makefile|.*\.cpp|.*\.h|.*\.i)$ | ||||
| MAKE_ENV= PYTHON_VER=${PYTHON_VERSION:C/^python//} | MAKE_ENV= PYTHON_INCLUDEDIR=${PYTHON_INCLUDEDIR} PYTHON_LIB=${PYTHON_LIB} \ | ||||
| PYTHON_LIBDIR=${PYTHON_LIBDIR} PYTHON_VER=${PYTHON_VER} | |||||
| CXXFLAGS+= -include sys/limits.h -fpermissive | CXXFLAGS+= -include sys/limits.h -fpermissive | ||||
| WRKSRC= ${WRKDIR}/kiki | WRKSRC= ${WRKDIR}/kiki | ||||
| PLIST_FILES= bin/${PORTNAME} | PLIST_FILES= bin/${PORTNAME} | ||||
| PORTDATA= * | PORTDATA= * | ||||
| DESKTOP_ENTRIES="kiki the nanobot" \ | DESKTOP_ENTRIES="kiki the nanobot" \ | ||||
| Show All 28 Lines | |||||