2006-06-04 19:51:54 +02:00
|
|
|
# New ports collection makefile for: UFRaw
|
|
|
|
# Date created: Sun 10 Apr 2005 14:44:15 BST
|
|
|
|
# Whom: markm@FreeBSD.org
|
2005-04-10 17:28:18 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-06-04 19:51:54 +02:00
|
|
|
#
|
2005-04-10 17:28:18 +02:00
|
|
|
|
2006-06-04 19:51:54 +02:00
|
|
|
PORTNAME= ufraw
|
2006-08-12 18:32:10 +02:00
|
|
|
PORTVERSION= 0.9.1
|
2006-10-14 10:54:54 +02:00
|
|
|
PORTREVISION= 2
|
2005-04-10 17:28:18 +02:00
|
|
|
CATEGORIES= graphics gnome
|
2006-08-12 18:32:10 +02:00
|
|
|
MASTER_SITES= SF
|
2005-04-10 17:28:18 +02:00
|
|
|
|
2006-08-04 10:54:36 +02:00
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
2006-06-04 19:51:54 +02:00
|
|
|
COMMENT= Read and manipulate raw images from digital cameras
|
2005-04-10 17:28:18 +02:00
|
|
|
|
2005-05-21 22:39:50 +02:00
|
|
|
BUILD_DEPENDS= gimp:${PORTSDIR}/graphics/gimp
|
2005-04-10 17:28:18 +02:00
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff
|
2006-06-04 19:51:54 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2005-04-10 17:28:18 +02:00
|
|
|
|
2005-10-27 22:23:18 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_XLIB= yes
|
2005-04-10 17:28:18 +02:00
|
|
|
USE_GMAKE= yes
|
2005-05-18 20:33:56 +02:00
|
|
|
USE_GNOME= glib20 gnomehack intltool intlhack gtk20 libartlgpl2
|
2005-04-11 21:17:13 +02:00
|
|
|
WANT_GNOME= yes
|
2005-04-10 17:28:18 +02:00
|
|
|
|
2005-10-27 22:23:18 +02:00
|
|
|
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
|
|
|
|
CFLAGS="${CFLAGS} -I ${LOCALBASE}/include"
|
2006-08-12 18:32:10 +02:00
|
|
|
CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
|
2005-10-27 22:23:18 +02:00
|
|
|
|
2006-06-04 19:51:54 +02:00
|
|
|
.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
|
|
|
|
|
2005-10-27 22:23:18 +02:00
|
|
|
MAN1= ufraw.1
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-03-07 18:16:31 +01:00
|
|
|
.if ${OSVERSION} < 504105
|
2006-06-04 19:51:54 +02:00
|
|
|
BROKEN= Needs memmem(3)
|
2005-10-27 22:23:18 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|