openbsd-ports/games/newvox/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

32 lines
682 B
Makefile

# $OpenBSD: Makefile,v 1.13 2012/03/29 13:38:30 sthen Exp $
COMMENT= voxel-style landscape rendering fly-by
DISTNAME= newvox-1.0
REVISION = 0
CATEGORIES= games
HOMEPAGE= http://www.libsdl.org/projects/newvox/
MASTER_SITES= ${HOMEPAGE}/src/
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext c m pthread pthread-stubs 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>