Mark handbrake as restricted; too many patent problems.
This commit is contained in:
parent
3f20f98677
commit
cf306a891b
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/01/21 14:15:15 jmcneill Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2009/01/21 14:19:14 jmcneill Exp $
|
||||
#
|
||||
|
||||
DISTNAME= HandBrake-0.9.3
|
||||
|
@ -36,6 +36,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
HOMEPAGE= http://handbrake.fr/
|
||||
COMMENT= Multiplatform, multithreaded video transcoder
|
||||
|
||||
RESTRICTED= Unresolved patent issues
|
||||
NO_BIN_ON_CDROM=${RESTRICTED}
|
||||
NO_BIN_ON_FTP= ${RESTRICTED}
|
||||
NO_SRC_ON_CDROM=${RESTRICTED}
|
||||
NO_SRC_ON_FTP= ${RESTRICTED}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
Loading…
Reference in a new issue