blob: 4d34aa28276985e1001d0011609ab0ccd16134da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $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"
|