1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Fix shebangs

This commit is contained in:
Dmitry Marakasov 2017-04-21 16:32:16 +00:00
parent 391c82678c
commit 9d48dcd3f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439097

View File

@ -3,6 +3,7 @@
PORTNAME= hatari
PORTVERSION= 2.0.0
PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://download.tuxfamily.org/hatari/${PORTVERSION}/
@ -19,7 +20,8 @@ RUN_DEPENDS= python:lang/python
USES= cmake desktop-file-utils python readline shared-mime-info \
shebangfix tar:bzip2
SHEBANG_FILES= tools/atari-convert-dir.py
SHEBANG_FILES= python-ui/*.py tools/atari-convert-dir.py \
tools/debugger/hatari_profile.py tools/hconsole/*.py
python_OLD_CMD= /usr/bin/python2
USE_GNOME= pygtk2
CMAKE_ARGS= -DETCDIR:PATH="${PREFIX}/etc" \