mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
30 lines
766 B
Makefile
30 lines
766 B
Makefile
# Created by: Ugo Paternostro <paterno@dsi.unifi.it>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dc20ctrl
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 5
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.paternostro.org/~ugo/binaries/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Digital camera control and download tool for Kodak DC20 camera
|
|
|
|
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
|
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
|
png15:${PORTSDIR}/graphics/png
|
|
|
|
DEPRECATED= Unmaintained since 2000
|
|
EXPIRATION_DATE= 2014-04-11
|
|
MAKE_ARGS= -DUSE_JPEG -DUSE_TIFF -DUSE_PNG
|
|
|
|
MAN1= dc20ctrl.1
|
|
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>
|