summaryrefslogtreecommitdiff
path: root/games/pag/Makefile
blob: 25601efb4ac5df2e593ed2e5779b98c7f1e281c8 (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.3 2003/09/27 17:07:36 grant 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_GMAKE=	yes
USE_BUILDLINK2=	yes
USE_NCURSES=	yes # missing function stdscr

ALL_TARGET=	compile

.include "../../mk/curses.buildlink2.mk"
.include "../../graphics/aalib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"