summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorahoka <ahoka>2009-08-05 11:22:38 +0000
committerahoka <ahoka>2009-08-05 11:22:38 +0000
commitc7ba2c5ee6c02569b287f2f2ad8af254c3455531 (patch)
tree4fd4316dfb6334454e68d8974bf67ebac07b84a4 /audio
parent837ca4829c97d4e065728a28b9e8c79a27a6340b (diff)
downloadpkgsrc-c7ba2c5ee6c02569b287f2f2ad8af254c3455531.tar.gz
Make faac restricted as noted in its README.
Closes PR pkg/41739.
Diffstat (limited to 'audio')
-rw-r--r--audio/faac/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile
index a31bb833bc5..ac4fd190865 100644
--- a/audio/faac/Makefile
+++ b/audio/faac/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2007/12/27 22:38:25 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2009/08/05 11:22:38 ahoka Exp $
#
DISTNAME= faac-1.25
+PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=faac/}
@@ -9,6 +10,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.audiocoding.com/
COMMENT= AAC audio encoder
+RESTRICTED= This software may require the payment of patent royalties
+NO_BIN_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes