blob: dd6b37fb8a542cf41afb9c44ee532541d5bb2e38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: dcraw
# Date created: 14 February 2004
# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com>
#
# $FreeBSD$
#
PORTNAME= dcraw
PORTVERSION= 1.166
CATEGORIES= graphics
MASTER_SITES= http://people.fruitsalad.org/avleeuwen/distfiles/${PORTNAME}/
MAINTAINER= avleeuwen@piwebs.com
COMMENT= Decoder for RAW files from digital cameras
PLIST_FILES= bin/dcraw
.include <bsd.port.pre.mk>
do-install::
${INSTALL_PROGRAM} ${WRKSRC}/dcraw ${PREFIX}/bin
.include <bsd.port.post.mk>
|