c4fd9bc1c7
2021-06-18: Version 1.9.4 released New option --no-active-event allows the user to avoid the automatic pausing that happens when the window loses the focus or is iconified. The sound files are now installed under /usr/share/burgerspace/sounds instead of /usr/share/sounds/burgerspace (assuming /usr as the installation prefix). The burgerspace-server manual page is now only installed if the network version is built. The COPYING license file is not installed anymore. Resolved g++ 9.3.0 compilation warnings.
19 lines
532 B
Makefile
19 lines
532 B
Makefile
# $NetBSD: Makefile,v 1.7 2021/07/13 08:34:33 nia Exp $
|
|
|
|
DISTNAME= burgerspace-1.9.4
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html
|
|
COMMENT= Hamburger-smashing video game
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../devel/flatzebra/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|