diff options
author | jym <jym> | 2011-07-03 11:32:22 +0000 |
---|---|---|
committer | jym <jym> | 2011-07-03 11:32:22 +0000 |
commit | 9eb200c72df685ac94dcf0696ba2886692bdd084 (patch) | |
tree | e17641cc6c36c840c36f376b1bc72e1b12d8122b /emulators | |
parent | 1f2c0e4124b96059149e78217875b7af167075e6 (diff) | |
download | pkgsrc-9eb200c72df685ac94dcf0696ba2886692bdd084.tar.gz |
check-interpreter fixes.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/hatari/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
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" |