c7383780db
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
16 lines
400 B
Makefile
16 lines
400 B
Makefile
# $NetBSD: Makefile,v 1.4 2015/08/18 07:31:09 wiz Exp $
|
|
|
|
DISTNAME= ninvaders-0.1.1
|
|
PKGREVSION= 1
|
|
PKGREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ninvaders/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ninvaders.sourceforge.net/
|
|
COMMENT= Space invaders, curses style
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|