summaryrefslogtreecommitdiff
path: root/graphics/cqcam/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/cqcam/Makefile')
-rw-r--r--graphics/cqcam/Makefile20
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>