openbsd-ports/graphics/rawstudio/Makefile
sthen cbade10fd4 - sync WANTLIB (xcb-render{,-util}) and bump
- move to new-style LIB_DEPENDS/REVISION
2010-07-12 08:58:50 +00:00

51 lines
1.3 KiB
Makefile

# $OpenBSD: Makefile,v 1.10 2010/07/12 08:58:50 sthen Exp $
COMMENT = tool for working with RAW images
DISTNAME = rawstudio-1.2
REVISION = 2
CATEGORIES = graphics
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
HOMEPAGE = http://rawstudio.org
MASTER_SITES = ${HOMEPAGE}/files/release/
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV += CPPFLAGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib
WANTLIB += ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo dbus-1 exiv2 expat
WANTLIB += fontconfig freetype gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
WANTLIB += glib-2.0 glitz gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0
WANTLIB += jpeg lcms m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1
WANTLIB += png pthread pthread-stubs stdc++ tiff xcb xcb-render
WANTLIB += xcb-render-util xml2 z
MODULES = devel/gettext
LIB_DEPENDS += ::x11/dbus \
::graphics/exiv2 \
::devel/gconf2 \
::x11/gtk+2 \
::graphics/jpeg \
::graphics/lcms \
::devel/ORBit2 \
::graphics/png \
::graphics/tiff \
::textproc/libxml
RUN_DEPENDS = :desktop-file-utils-*:devel/desktop-file-utils \
::x11/gtk2-clearlooks-engine
NO_REGRESS = Yes
.include <bsd.port.mk>