summaryrefslogtreecommitdiffstats
path: root/graphics/ufraw/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-01 09:00:25 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-01 09:00:25 +0800
commitaf1bcf73907f58a4ae53bc457333e2d2288689f9 (patch)
tree954fec320e408dca1e3d9a8757caf0417300da7c /graphics/ufraw/Makefile
parentbdc7d8982b1bba76f41d242376c286d93537ed3a (diff)
downloadmarcuscom-ports-af1bcf73907f58a4ae53bc457333e2d2288689f9.tar
marcuscom-ports-af1bcf73907f58a4ae53bc457333e2d2288689f9.tar.gz
marcuscom-ports-af1bcf73907f58a4ae53bc457333e2d2288689f9.tar.bz2
marcuscom-ports-af1bcf73907f58a4ae53bc457333e2d2288689f9.tar.lz
marcuscom-ports-af1bcf73907f58a4ae53bc457333e2d2288689f9.tar.xz
marcuscom-ports-af1bcf73907f58a4ae53bc457333e2d2288689f9.tar.zst
marcuscom-ports-af1bcf73907f58a4ae53bc457333e2d2288689f9.zip
- Chase gimp move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7439 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/ufraw/Makefile')
-rw-r--r--graphics/ufraw/Makefile49
1 files changed, 49 insertions, 0 deletions
diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile
new file mode 100644
index 000000000..18716b7de
--- /dev/null
+++ b/graphics/ufraw/Makefile
@@ -0,0 +1,49 @@
+# New ports collection makefile for: UFRaw
+# Date created: Sun 10 Apr 2005 14:44:15 BST
+# Whom: markm@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= ufraw
+PORTVERSION= 0.9.1
+PORTREVISION= 1
+CATEGORIES= graphics gnome
+MASTER_SITES= SF
+
+MAINTAINER= infofarmer@FreeBSD.org
+COMMENT= Read and manipulate raw images from digital cameras
+
+BUILD_DEPENDS= gimp:${PORTSDIR}/graphics/gimp
+LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
+ tiff.4:${PORTSDIR}/graphics/tiff
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+GNU_CONFIGURE= yes
+USE_XLIB= yes
+USE_GMAKE= yes
+USE_GNOME= glib20 gnomehack intltool intlhack gtk20 libartlgpl2
+WANT_GNOME= yes
+
+CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
+ CFLAGS="${CFLAGS} -I ${LOCALBASE}/include"
+CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
+
+.ifndef WITHOUT_EXIF
+LIB_DEPENDS+= exif:${PORTSDIR}/graphics/libexif
+CONFIGURE_ARGS+= --with-libexif
+.ifndef WITHOUT_EXIV2
+LIB_DEPENDS+= exiv2:${PORTSDIR}/graphics/exiv2
+CONFIGURE_ARGS+= --with-exiv2
+.endif
+.endif
+
+MAN1= ufraw.1
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 504105
+BROKEN= Needs memmem(3)
+.endif
+
+.include <bsd.port.post.mk>