openbsd-ports/graphics/openexr-viewers/Makefile

34 lines
758 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2012/03/29 13:38:39 sthen Exp $
COMMENT = viewers for OpenEXR
DISTNAME = openexr_viewers-1.0.1
PKGNAME = ${DISTNAME:S/_/-/}
2011-11-02 05:57:21 -04:00
REVISION = 1
CATEGORIES = graphics
HOMEPAGE = http://www.openexr.com/
# 3-clause BSD license
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += GL GLU Half Iex IlmCtl IlmCtlMath IlmCtlSimd IlmImf
2011-11-02 05:57:21 -04:00
WANTLIB += IlmThread Imath X11 Xau Xdmcp Xext c m pthread
WANTLIB += stdc++ xcb z IlmImfCtl fltk fltk_gl
2011-11-02 05:57:21 -04:00
WANTLIB += Xdamage Xfixes Xxf86vm drm
MASTER_SITES = ${MASTER_SITE_SAVANNAH:=openexr/}
2010-11-17 03:05:12 -05:00
LIB_DEPENDS = graphics/openexr-ctl \
x11/fltk
SEPARATE_BUILD = Yes
USE_LIBTOOL = Yes
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>