3b8257a326
2019-11-11: Version 1.4.8 released Fixed compilation issues. FlatZebra 0.1.7 is now required.
19 lines
532 B
Makefile
19 lines
532 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/01/08 11:48:57 nia Exp $
|
|
|
|
DISTNAME= cosmosmash-1.4.8
|
|
CATEGORIES= games
|
|
MASTER_SITES= https://perso.b2b2c.ca/~sarrazip/dev/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://perso.b2b2c.ca/~sarrazip/dev/cosmosmash.html
|
|
COMMENT= Space rock shooting 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"
|