View | Details | Raw Unified | Return to bug 65535
Collapse All | Expand All

(-)multimedia/subconv/Makefile (-2 / +6 lines)
Lines 12-22 Link Here
12
MASTER_SITES=	http://linux.bydg.org/~yogin/
12
MASTER_SITES=	http://linux.bydg.org/~yogin/
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Subconv converts DivX subtitles from one format to another
15
COMMENT=	Converts DivX subtitles from one format to another
16
16
17
USE_PYTHON=	yes
18
WRKSRC=		${WRKDIR}/${PORTNAME}
17
WRKSRC=		${WRKDIR}/${PORTNAME}
18
19
NO_BUILD=	yes
19
NO_BUILD=	yes
20
USE_PYTHON=	yes
21
22
PORTDOCS=	README
23
PLIST_FILES=	bin/subconv
20
24
21
do-install:
25
do-install:
22
	${INSTALL_SCRIPT} ${WRKSRC}/subconv ${PREFIX}/bin
26
	${INSTALL_SCRIPT} ${WRKSRC}/subconv ${PREFIX}/bin
(-)multimedia/subconv/pkg-descr (+2 lines)
Lines 1-3 Link Here
1
Subconv converts DivX subtitles from one format to another (currently only
1
Subconv converts DivX subtitles from one format to another (currently only
2
from srt/tmplayer/microdvd to tmplayer). It can also adjust subtitle delay
2
from srt/tmplayer/microdvd to tmplayer). It can also adjust subtitle delay
3
and split subtitles in a given time position.
3
and split subtitles in a given time position.
4
5
WWW: http://linux.bydg.org/~yogin/
(-)multimedia/subconv/pkg-plist (-3 lines)
Lines 1-3 Link Here
1
bin/subconv
2
%%PORTDOCS%%%%DOCSDIR%%/README
3
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 65535