freebsd-ports/graphics/dc20ctrl/Makefile

28 lines
702 B
Makefile
Raw Normal View History

# Created by: Ugo Paternostro <paterno@dsi.unifi.it>
1999-08-25 08:16:32 +02:00
# $FreeBSD$
PORTNAME= dc20ctrl
PORTVERSION= 0.4
2012-06-01 07:26:28 +02:00
PORTREVISION= 5
CATEGORIES= graphics
2004-04-10 19:26:55 +02:00
MASTER_SITES= http://www.paternostro.org/~ugo/binaries/
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:08:19 +01:00
COMMENT= Digital camera control and download tool for Kodak DC20 camera
2010-02-05 12:46:55 +01:00
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff \
2012-06-01 07:26:28 +02:00
png15:${PORTSDIR}/graphics/png
MAKE_ARGS= -DUSE_JPEG -DUSE_TIFF -DUSE_PNG
MAN1= dc20ctrl.1
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/dc20ctrl
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} -g dialer -m 02755 ${WRKSRC}/dc20ctrl ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/dc20ctrl.man ${MANPREFIX}/man/man1/dc20ctrl.1
.include <bsd.port.mk>