blob: 3157e98afd7f4848314d3f91f9d7b63e237b1b5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.6 2004/03/10 03:36:59 snj Exp $
#
DISTNAME= pag-0.91
PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= http://pancake.host.sk/altres/src/
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://pancake.host.sk/
COMMENT= Platform Arcade Game
USE_GNU_TOOLS+= make
USE_BUILDLINK3= yes
USE_NCURSES= yes # missing function stdscr
ALL_TARGET= compile
.include "../../devel/ncurses/buildlink3.mk"
.include "../../graphics/aalib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|