openbsd-ports/games/newvox/Makefile
2022-03-11 19:04:03 +00:00

25 lines
465 B
Makefile

COMMENT= voxel-style landscape rendering fly-by
DISTNAME= newvox-1.0
REVISION = 3
CATEGORIES= games
HOMEPAGE= http://www.libsdl.org/projects/newvox/
MASTER_SITES= ${HOMEPAGE}/src/
PERMIT_PACKAGE= Yes
WANTLIB= X11 Xext c m pthread usbhid xcb SDL
LIB_DEPENDS= devel/sdl
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/newvox
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/newvox
.include <bsd.port.mk>