1998-12-22 03:19:18 +01:00
|
|
|
# New ports collection makefile for: dc20ctrl
|
|
|
|
# Date created: 17 Feb 1998
|
|
|
|
# Whom: Ugo Paternostro <paterno@dsi.unifi.it>
|
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1998-12-22 03:19:18 +01:00
|
|
|
#
|
|
|
|
|
2000-04-13 08:28:28 +02:00
|
|
|
PORTNAME= dc20ctrl
|
|
|
|
PORTVERSION= 0.4
|
2001-02-07 21:33:48 +01:00
|
|
|
PORTREVISION= 1
|
1998-12-22 03:19:18 +01:00
|
|
|
CATEGORIES= graphics
|
2004-04-10 19:26:55 +02:00
|
|
|
MASTER_SITES= http://www.paternostro.org/~ugo/binaries/
|
1998-12-22 03:19:18 +01:00
|
|
|
|
2000-06-28 15:03:47 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= Digital camera control and download tool for Kodak DC20 camera
|
2000-06-28 15:03:47 +02:00
|
|
|
|
1998-12-22 03:19:18 +01:00
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
1999-09-07 12:45:31 +02:00
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
2001-09-11 04:22:51 +02:00
|
|
|
png.5:${PORTSDIR}/graphics/png
|
1998-12-22 03:19:18 +01:00
|
|
|
|
2000-06-28 15:02:47 +02:00
|
|
|
MAKE_ARGS= -DUSE_JPEG -DUSE_TIFF -DUSE_PNG
|
1998-12-22 03:19:18 +01:00
|
|
|
|
|
|
|
MAN1= dc20ctrl.1
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/dc20ctrl
|
1998-12-22 03:19:18 +01:00
|
|
|
|
2002-09-28 15:56:42 +02:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} -g dialer -m 02755 ${WRKSRC}/dc20ctrl ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/dc20ctrl.man ${MANPREFIX}/man/man1/dc20ctrl.1
|
|
|
|
|
1998-12-22 03:19:18 +01:00
|
|
|
.include <bsd.port.mk>
|