openbsd-ports/graphics/ufraw/Makefile

49 lines
1.4 KiB
Makefile
Raw Normal View History

2011-11-02 05:57:21 -04:00
# $OpenBSD: Makefile,v 1.30 2011/11/02 09:57:22 jasper Exp $
COMMENT= read and manipulate raw images from digital cameras
DISTNAME= ufraw-0.18
2011-11-02 05:57:21 -04:00
REVISION= 0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/}
HOMEPAGE= http://ufraw.sourceforge.net/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
2009-09-15 14:06:28 -04:00
2009-10-21 18:44:52 -04:00
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2011-11-02 05:57:21 -04:00
WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
WANTLIB += Xinerama Xrandr Xrender atk-1.0 c cairo expat
WANTLIB += fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
2010-10-11 04:11:24 -04:00
WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0
WANTLIB += jpeg m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1
WANTLIB += png pthread pthread-stubs stdc++ tiff xcb xcb-render
2011-11-02 05:57:21 -04:00
WANTLIB += xcb-shm z lensfun lcms bz2 exiv2 gtkimageview
WANTLIB += gimp-2.0 gimpbase-2.0 gimpcolor-2.0 gimpconfig-2.0
WANTLIB += gimpmath-2.0 gimpui-2.0 gimpwidgets-2.0 gimpmodule-2.0
2010-11-17 03:05:12 -05:00
LIB_DEPENDS= gimp->=2,<3:graphics/gimp/stable \
graphics/lcms \
archivers/bzip2 \
graphics/exiv2 \
math/cfitsio \
graphics/gtkimageview \
graphics/lensfun
MODULES= devel/gettext
USE_GMAKE= Yes
USE_LIBTOOL= Yes
2010-10-18 14:13:12 -04:00
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -pthread"
CONFIGURE_ARGS= --enable-extras
.include <bsd.port.mk>