summaryrefslogtreecommitdiff
path: root/games/pag/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/pag/Makefile')
-rw-r--r--games/pag/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/games/pag/Makefile b/games/pag/Makefile
index 4d34aa28276..dff3a39808b 100644
--- a/games/pag/Makefile
+++ b/games/pag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/02/05 23:09:21 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:30 joerg Exp $
#
DISTNAME= pag-0.92
@@ -10,11 +10,15 @@ MAINTAINER= pancake@phreaker.net
#HOMEPAGE= http://pancake.host.sk/
COMMENT= Platform Arcade Game
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_TOOLS+= gmake
USE_NCURSES= yes # missing function stdscr
GNU_CONFIGURE= yes
+INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX}
+
.include "../../devel/ncurses/buildlink3.mk"
.include "../../graphics/aalib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"