From 2550df5f0264befce49aeeb62366f2f4371b8ffd Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 4 Apr 2003 17:39:32 +0000 Subject: add subconv 0.2.1 Subconv converts DivX subtitles from one format to another --- multimedia/subconv/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 multimedia/subconv/Makefile (limited to 'multimedia/subconv/Makefile') diff --git a/multimedia/subconv/Makefile b/multimedia/subconv/Makefile new file mode 100644 index 000000000000..7f43683edecb --- /dev/null +++ b/multimedia/subconv/Makefile @@ -0,0 +1,24 @@ +# ex:ts=8 +# Ports collection makefile for: subconv +# Date created: Apr 5, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= subconv +PORTVERSION= 0.2.1 +CATEGORIES= multimedia +MASTER_SITES= http://linux.bydg.org/~yogin/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= Subconv converts DivX subtitles from one format to another + +USE_PYTHON= yes +NO_WRKSUBDIR= yes +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/subconv ${PREFIX}/bin + +.include -- cgit v1.2.3