20 lines
456 B
Makefile
20 lines
456 B
Makefile
# $NetBSD: Makefile,v 1.12 2006/02/05 23:09:21 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= pag-0.92
|
|
PKGREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://cvs.nopcode.org/
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
#HOMEPAGE= http://pancake.host.sk/
|
|
COMMENT= Platform Arcade Game
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_NCURSES= yes # missing function stdscr
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../graphics/aalib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|