summaryrefslogtreecommitdiffstats
path: root/graphics/dcraw/Makefile
blob: 1f6fc89243dd5d6e1e7e9c95bf247f8c1f311427 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:	dcraw
# Date created: 			14 February 2004
# Whom:					Arjan van Leeuwen <avleeuwen@piwebs.com>
#
# $FreeBSD$
#

PORTNAME=	dcraw
PORTVERSION=	8.13
CATEGORIES=	graphics
MASTER_SITES=	http://bsd.gubkin.ru/myports/ \
		http://www.piwebs.com/distfiles/${PORTNAME}/

MAINTAINER=	infofarmer@gmail.com
COMMENT=	Decoder for RAW files from digital cameras

LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
		lcms.1:${PORTSDIR}/graphics/lcms

USE_BZIP2=	yes

MAN1=		dcraw.1
PLIST_FILES=	bin/dcraw

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1

.include <bsd.port.mk>
OpenPOWER on IntegriCloud