diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-02-09 08:09:36 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-02-09 08:09:36 +0000 |
commit | 1e24954fd94ea5662ddc7f0445851fce66544af7 (patch) | |
tree | 6ebdf623cf2a1804c8c56f5edebe8a22c41fd8e4 /graphics/cqcam/Makefile | |
parent | Remove ftp.isri.unlv.edu; it hasn't been running an FTP server (diff) |
Import cqcam port. cqcam allows you to access a Connectix Color QuickCam.
PR: 4885
Submitted by: Kensaku Masuda <greg@greg.rim.or.jp>
Diffstat (limited to '')
-rw-r--r-- | graphics/cqcam/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/cqcam/Makefile b/graphics/cqcam/Makefile new file mode 100644 index 000000000000..85855383a209 --- /dev/null +++ b/graphics/cqcam/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: cqcam +# Version required: 0.45a +# Date created: 29 Oct 1997 +# Whom: Kensaku Masuda <greg@greg.rim.or.jp> +# +# $Id$ +# + +DISTNAME= cqcam-0.45a +CATEGORIES= graphics +MASTER_SITES= http://www.cs.virginia.edu/~patrick/cqcam/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ports@FreeBSD.ORG + +LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 + +MAN1= cqcam.1 + +.include <bsd.port.mk> |