diff options
author | tv <tv@pkgsrc.org> | 1999-05-24 20:39:35 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-24 20:39:35 +0000 |
commit | 5c60ed579430954635a901b457a1fe4128eaca47 (patch) | |
tree | 65bbd73001946c26475423bf378f0a1854ed3cb6 /graphics/cqcam | |
parent | 42a1a676be446ce3279f0baeeda7b3dcc1002c13 (diff) | |
download | pkgsrc-5c60ed579430954635a901b457a1fe4128eaca47.tar.gz |
Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format. Minor pkglint along the way.
Diffstat (limited to 'graphics/cqcam')
-rw-r--r-- | graphics/cqcam/Makefile | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/graphics/cqcam/Makefile b/graphics/cqcam/Makefile index 6c1ed131835..cee919e8c32 100644 --- a/graphics/cqcam/Makefile +++ b/graphics/cqcam/Makefile @@ -1,20 +1,18 @@ -# $NetBSD: Makefile,v 1.3 1999/04/01 13:38:43 agc Exp $ +# $NetBSD: Makefile,v 1.4 1999/05/24 20:39:42 tv Exp $ # -DISTNAME= cqcam-0.45a -CATEGORIES= graphics x11 -MASTER_SITES= http://www.cs.virginia.edu/~patrick/cqcam/ -EXTRACT_SUFX= .tgz +DISTNAME= cqcam-0.45a +CATEGORIES= graphics x11 +MASTER_SITES= http://www.cs.virginia.edu/~patrick/cqcam/ +EXTRACT_SUFX= .tgz +ONLY_FOR_PLATFORM= NetBSD-*-i386 -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.cs.virginia.edu/~patrick/cqcam/ +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.cs.virginia.edu/~patrick/cqcam/ -# XXX uses inb/outb -ONLY_FOR_ARCHS= i386 +DEPENDS= jpeg-6b:../../graphics/jpeg \ + tk-8.0.5:../../x11/tk80 -DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= tk-8.0.5:../../x11/tk80 - -LICENSE= no-profit +LICENSE= no-profit .include "../../mk/bsd.pkg.mk" |