6e02d7ee41
Suggested by Roland Illig, ok'd by various.
21 lines
489 B
Makefile
21 lines
489 B
Makefile
# $NetBSD: Makefile,v 1.8 2004/12/03 15:14:57 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= pag-0.91
|
|
PKGREVISION= 2
|
|
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
|
|
|
|
BUILD_TARGET= compile
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../graphics/aalib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|