diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-11 18:15:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-11 18:15:57 +0000 |
commit | c77f4a9bda85868d0278a92771a425115ac37c15 (patch) | |
tree | 668854df0fe864de99374727fdace216c6662980 /misc | |
parent | a24438af9b3ee62e39560640e38b8dcaa72b6943 (diff) | |
download | pkgsrc-c77f4a9bda85868d0278a92771a425115ac37c15.tar.gz |
Mark as ONLY_FOR_PLATFORM NetBSD, since it uses wscons; noted by joerg.
While here, drop maintainership.
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} |