diff options
author | lofi <lofi@FreeBSD.org> | 2004-02-18 20:33:12 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-02-18 20:33:12 +0800 |
commit | 37bbceacfabffd5812753a1411439dad2924136c (patch) | |
tree | d6002d8b6fde93a1dca779da91316015567fbb70 /graphics/dcraw/Makefile | |
parent | eb96eec63fb0fa3531f07fd8ad79a52d52ef5d67 (diff) | |
download | freebsd-ports-gnome-37bbceacfabffd5812753a1411439dad2924136c.tar.gz freebsd-ports-gnome-37bbceacfabffd5812753a1411439dad2924136c.tar.zst freebsd-ports-gnome-37bbceacfabffd5812753a1411439dad2924136c.zip |
Add dcraw, a decoder for RAW files from digital cameras.
PR: ports/62928
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
Diffstat (limited to 'graphics/dcraw/Makefile')
-rw-r--r-- | graphics/dcraw/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile new file mode 100644 index 000000000000..dd6b37fb8a54 --- /dev/null +++ b/graphics/dcraw/Makefile @@ -0,0 +1,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> |