summaryrefslogtreecommitdiff
path: root/misc/udfclient/Makefile
diff options
context:
space:
mode:
authorreinoud <reinoud@pkgsrc.org>2003-09-23 19:02:25 +0000
committerreinoud <reinoud@pkgsrc.org>2003-09-23 19:02:25 +0000
commit4fa62f22783c09853bc8592899e6f532a809afc8 (patch)
tree867e3ab8682b368a370cbfba8256443e910915c1 /misc/udfclient/Makefile
parente9c1b337dfe96f9a243820d04efb9cdc92cb5ea4 (diff)
downloadpkgsrc-4fa62f22783c09853bc8592899e6f532a809afc8.tar.gz
Initial import of udfclient package written by Reinoud Zandijk
(reinoud@netbsd.org). It features a read-only userland implementation for now and is accompanied by small helper programs that can describe the CD/DVD media into detail.
Diffstat (limited to 'misc/udfclient/Makefile')
-rw-r--r--misc/udfclient/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/udfclient/Makefile b/misc/udfclient/Makefile
new file mode 100644
index 00000000000..242cd01c9fd
--- /dev/null
+++ b/misc/udfclient/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/23 19:02:25 reinoud Exp $
+#
+
+DISTNAME= UDFclient.ro1
+PKGNAME= udfclient-ro1
+WRKSRC= ${WRKDIR}/UDFclient
+CATEGORIES= misc
+MASTER_SITES= http://www.13thmonkey.org/udfclient/releases/
+EXTRACT_SUFX= .tgz
+MAKEFILE= makefile
+
+MAINTAINER= buzztoh@13thmonkey.org
+HOMEPAGE= http://www.13thmonkey.org/udfclient/
+COMMENT= UDF disc reader for CD-ROM's, CD-RW's and DVD's
+
+.include "../../mk/bsd.pkg.mk"