diff options
author | markm <markm@FreeBSD.org> | 2005-04-10 15:28:18 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2005-04-10 15:28:18 +0000 |
commit | 11a31ce5ff4506acd0ad0e289920df3519c8549e (patch) | |
tree | 2d0e9b9bfac7947474678ef9f29a65172c3717c8 /graphics/ufraw/Makefile | |
parent | ae045344b0660e80573bd31a5e6b79894cb69529 (diff) | |
download | FreeBSD-ports-11a31ce5ff4506acd0ad0e289920df3519c8549e.zip FreeBSD-ports-11a31ce5ff4506acd0ad0e289920df3519c8549e.tar.gz |
Add UFRaw, a plugin for Gimp to read "posh" digital cameras' raw
image files.
Diffstat (limited to 'graphics/ufraw/Makefile')
-rw-r--r-- | graphics/ufraw/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile new file mode 100644 index 0000000..7ead4e1 --- /dev/null +++ b/graphics/ufraw/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: UFRaw gimp plugin +# Date created: Sun 10 Apr 2005 14:44:15 BST +# Whom: markm@FreeBSD.org +# +# $FreeBSD$ + +PORTNAME= ufraw +PORTVERSION= 0.4 +CATEGORIES= graphics gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ufraw + +MAINTAINER= markm@FreeBSD.org +COMMENT= GIMP plug-in for raw digital camera image importing + +RUN_DEPENDS= gimp:${PORTSDIR}/graphics/gimp +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + tiff.4:${PORTSDIR}/graphics/tiff + +USE_X_PREFIX= yes +USE_GMAKE= yes +ALL_TARGET= build +INSTALL_TARGET= install-admin + +.include <bsd.port.mk> |