From 9eb200c72df685ac94dcf0696ba2886692bdd084 Mon Sep 17 00:00:00 2001 From: jym Date: Sun, 3 Jul 2011 11:32:22 +0000 Subject: check-interpreter fixes. --- emulators/hatari/Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'emulators') diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index 8f5b3c06c27..8ffd61c1726 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2011/01/13 13:37:35 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2011/07/03 11:32:22 jym Exp $ DISTNAME= hatari-1.4.0 PKGREVISION= 1 @@ -17,11 +17,20 @@ USE_LANGUAGES= c c++ #USE_TOOLS+= gmake #GNU_CONFIGURE= yes +REPLACE_PYTHON+= python-ui/hatari-console.py +REPLACE_PYTHON+= python-ui/config.py +REPLACE_PYTHON+= python-ui/debugui.py +REPLACE_PYTHON+= python-ui/dialogs.py +REPLACE_PYTHON+= python-ui/hatari.py +REPLACE_PYTHON+= python-ui/hatariui.py +REPLACE_PYTHON+= python-ui/uihelpers.py + INSTALLATION_DIRS+= share/doc/hatari .include "../../audio/portaudio/buildlink3.mk" .include "../../devel/SDL/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" +.include "../../lang/python/application.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3