aboutsummaryrefslogtreecommitdiff
path: root/multimedia/dv2sub/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-01-23 14:23:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-01-23 14:23:06 +0000
commitd1c79f58de1011c4b096e6f460d8eda46406b930 (patch)
tree43e08bf5dbc426904e610a0ad5af659afdf06b12 /multimedia/dv2sub/Makefile
parent9e4d5d5178d74c7f635623870c26d3cf66e554ff (diff)
downloadports-d1c79f58de1011c4b096e6f460d8eda46406b930.tar.gz
ports-d1c79f58de1011c4b096e6f460d8eda46406b930.zip
Notes
Diffstat (limited to 'multimedia/dv2sub/Makefile')
-rw-r--r--multimedia/dv2sub/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/multimedia/dv2sub/Makefile b/multimedia/dv2sub/Makefile
new file mode 100644
index 000000000000..2b2d6c96735d
--- /dev/null
+++ b/multimedia/dv2sub/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: dv2sub
+# Date created: Fri Jan 18
+# Whom: Phil Oleson
+#
+# $FreeBSD$
+#
+
+PORTNAME= dv2sub
+PORTVERSION= 0.3
+CATEGORIES= multimedia
+MASTER_SITES= SF
+
+MAINTAINER= oz@nixil.net
+COMMENT= Extracts info or subtitles from DV stream
+
+LIB_DEPENDS= dv.4:${PORTSDIR}/multimedia/libdv
+
+GNU_CONFIGURE= yes
+
+PLIST_FILES= bin/dv2sub
+MAN1= dv2sub.1
+
+.include <bsd.port.mk>