diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/udfclient/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/misc/udfclient/Makefile b/misc/udfclient/Makefile index e4257895a45..e7f9ba3dc60 100644 --- a/misc/udfclient/Makefile +++ b/misc/udfclient/Makefile @@ -1,17 +1,21 @@ -# $NetBSD: Makefile,v 1.9 2004/08/21 13:06:24 reinoud Exp $ +# $NetBSD: Makefile,v 1.10 2004/09/10 13:05:27 reinoud Exp $ # DISTNAME= UDFclient.0.3 PKGNAME= udfclient-0.3 +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 filingsystem reader/writer for CD-ROMs, CD-RWs and DVDs and image files +COMMENT= UDF filingsystem reader/writer for CD/CD-RW/DVD*RW/DVD-RAM and images WRKSRC= ${WRKDIR}/UDFclient.0.3 MAKEFILE= makefile +PTHREAD_OPTS+= require + +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |