summaryrefslogtreecommitdiff
path: root/multimedia/lsdvd/Makefile
diff options
context:
space:
mode:
authorsnj <snj>2004-04-11 02:50:51 +0000
committersnj <snj>2004-04-11 02:50:51 +0000
commit8dae780d315ab5a664f71362d7dcce9ad1a3089f (patch)
tree00043aed6140ef3d77e23c785ce097c7930a13db /multimedia/lsdvd/Makefile
parent8d14ba9c6c520e2f91b5f3f90c8905efe4a621b5 (diff)
downloadpkgsrc-8dae780d315ab5a664f71362d7dcce9ad1a3089f.tar.gz
Initial import of lsdvd-0.10.
lsdvd is an application that reads the contents of a DVD and prints them to your terminal. lsdvd will tell you the following: * The name of the disc * The number of tracks * The length, format, and aspect of each track * The format, language, number of channels, contents, etc. of each audio track * The language and contents of each subtitle * The longest track Based on the package in pkgsrc-wip.
Diffstat (limited to 'multimedia/lsdvd/Makefile')
-rw-r--r--multimedia/lsdvd/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/lsdvd/Makefile b/multimedia/lsdvd/Makefile
new file mode 100644
index 00000000000..d6a4f07da0f
--- /dev/null
+++ b/multimedia/lsdvd/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/11 02:50:51 snj Exp $
+
+DISTNAME= lsdvd-0.10
+CATEGORIES= multimedia
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=acidrip/}
+
+MAINTAINER= snj@NetBSD.org
+HOMEPAGE= http://acidrip.thirtythreeandathird.net/lsdvd.html
+COMMENT= Application displaying the contents of DVDs
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK3= YES
+
+.include "../../multimedia/libdvdread/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"