diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/cuecat/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/cuecat/Makefile b/misc/cuecat/Makefile index d7d157453c2..92de89f399d 100644 --- a/misc/cuecat/Makefile +++ b/misc/cuecat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/12/02 13:57:49 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2006/01/11 18:15:57 wiz Exp $ # DISTNAME= cuecat-0.2.1 @@ -6,10 +6,12 @@ CATEGORIES= misc MASTER_SITES= ftp://opensource.lineo.com/drivers/ \ http://www.flyingbuttmonkeys.com/mirrors/oss.lineo.com/drivers/ -MAINTAINER= wiz@NetBSD.org +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://opensource.lineo.com/cuecat/cuecat_driver/ COMMENT= Read and parse barcodes from your CueCat barcode reader +ONLY_FOR_PLATFORM= NetBSD-*-* + RESTRICTED= Hardware manufacturer claims intellectual property infringement. NO_SRC_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} |