diff options
author | jseger <jseger@FreeBSD.org> | 1998-12-22 10:19:18 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-12-22 10:19:18 +0800 |
commit | a02cedda4d86e89a0ce5cec4a716fb04355b4c3f (patch) | |
tree | c10bd34861b13bbf3a8f8ff0b62a6ae57ad73921 /graphics/dc20ctrl/Makefile | |
parent | 03a5721e8343c1392d1126dc8ec7fcb828ae3917 (diff) | |
download | freebsd-ports-gnome-a02cedda4d86e89a0ce5cec4a716fb04355b4c3f.tar.gz freebsd-ports-gnome-a02cedda4d86e89a0ce5cec4a716fb04355b4c3f.tar.zst freebsd-ports-gnome-a02cedda4d86e89a0ce5cec4a716fb04355b4c3f.zip |
Import of graphics/dc20ctrl
dc20ctrl can control your Kodak DC20 digital camera via the embedded serial
port. With dc20ctrl you can control any parameter of your camera, as quering
the current state, taking a photo, downloading the thumbnails and/or the
pictures (in raw, pgm or ppm format, and eventually others: it depends on
compilation-time options), erasing the camera memory and changing its
resolution.
PR: ports/5885
Submitted by: paterno@dsi.UNIFI.IT
Diffstat (limited to 'graphics/dc20ctrl/Makefile')
-rw-r--r-- | graphics/dc20ctrl/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/dc20ctrl/Makefile b/graphics/dc20ctrl/Makefile new file mode 100644 index 000000000000..b932f4bb38e0 --- /dev/null +++ b/graphics/dc20ctrl/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: dc20ctrl +# Version required: 0.4 +# Date created: 17 Feb 1998 +# Whom: Ugo Paternostro <paterno@dsi.unifi.it> +# +# $Id$ +# + +DISTNAME= dc20ctrl-0.4 +CATEGORIES= graphics +MASTER_SITES= http://aguirre.dsi.unifi.it/~paterno/binaries/ + +MAINTAINER= paterno@dsi.unifi.it + +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + tiff.4:${PORTSDIR}/graphics/tiff34 \ + png.2:${PORTSDIR}/graphics/png + +MAKE_FLAGS= -DUSE_JPEG -DUSE_TIFF -DUSE_PNG + +MAN1= dc20ctrl.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> |