mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
113c878ebb
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
25 lines
529 B
Makefile
25 lines
529 B
Makefile
# 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>
|