- Fix shebangs

- Add LICENSE_FILE

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-02-12 16:00:42 +00:00
parent e314ad6612
commit 662dd43047
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461600

View File

@ -4,13 +4,14 @@
PORTNAME= tovid
PORTVERSION= 0.35.2
DISTVERSIONPREFIX= tovid-
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= multimedia python
MAINTAINER= grepper@gmail.com
COMMENT= Suite of tools for making DVD video disks
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= txt2tags:textproc/txt2tags
LIB_DEPENDS= libTix8.4.3.so:x11-toolkits/tix
@ -27,7 +28,8 @@ RUN_DEPENDS= mplayer:multimedia/mplayer \
${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${FLAVOR} \
bash:shells/bash
USES= python:2.7
USES= python:2.7 shebangfix
SHEBANG_FILES= src/set_chapters src/titleset-wizard src/todiscgui src/tovid-stats
USE_PYTHON= autoplist distutils
USE_GITHUB= yes
GH_ACCOUNT= tovid-suite