openbsd-ports/graphics/openexr-viewers/Makefile
2013-03-21 08:45:11 +00:00

31 lines
735 B
Makefile

# $OpenBSD: Makefile,v 1.8 2013/03/21 08:45:19 ajacoutot Exp $
COMMENT = viewers for OpenEXR
DISTNAME = openexr_viewers-1.0.1
PKGNAME = ${DISTNAME:S/_/-/}
REVISION = 2
CATEGORIES = graphics
HOMEPAGE = http://www.openexr.com/
# 3-clause BSD license
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += GL GLU Half Iex IlmCtl IlmCtlMath IlmCtlSimd IlmImf
WANTLIB += IlmThread Imath X11 Xau Xdmcp Xext c m pthread
WANTLIB += stdc++ xcb z IlmImfCtl fltk fltk_gl
WANTLIB += Xdamage Xfixes Xxf86vm drm
WANTLIB += Xft Xinerama Xrender expat freetype fontconfig pthread-stubs
MASTER_SITES = ${MASTER_SITE_SAVANNAH:=openexr/}
LIB_DEPENDS = graphics/openexr-ctl \
x11/fltk
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>