pkgsrc/misc/udfclient/Makefile
reinoud 0ddd939b05 This release fixes a nasty locking assertion error, improves error handling
on mounting multi-session discs and fix a small printing error in
cd_discect for audio CD's.
2007-12-10 19:59:01 +00:00

20 lines
517 B
Makefile

# $NetBSD: Makefile,v 1.33 2007/12/10 19:59:03 reinoud Exp $
#
DISTNAME= UDFclient.0.5.8
PKGNAME= udfclient-0.5.8
#PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.13thmonkey.org/udfclient/releases/
EXTRACT_SUFX= .tgz
MAINTAINER= buzztoh@13thmonkey.org
HOMEPAGE= http://www.13thmonkey.org/udfclient/
COMMENT= UDF file system reader/writer for CD/CD-RW/DVD*RW/DVD-RAM and images
GNU_CONFIGURE= yes
PTHREAD_OPTS+= require
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"