pkgsrc/games/pag/Makefile
wiz c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00

22 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.18 2015/08/18 07:31:09 wiz Exp $
#
DISTNAME= pag-0.92
PKGREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_BACKUP}
MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE= http://pancake.host.sk/
COMMENT= Platform Arcade Game
USE_TOOLS+= gmake
USE_NCURSES= yes # missing function stdscr
GNU_CONFIGURE= yes
INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX}
.include "../../devel/ncurses/buildlink3.mk"
.include "../../graphics/aalib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"