aboutsummaryrefslogtreecommitdiff
path: root/graphics/gstreamer1-plugins-openexr/Makefile
blob: ce8254e3d9728771dca6690666330698acfdc95e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTREVISION=	0
CATEGORIES=	graphics

COMMENT=	GStreamer OpenExr codec plugin

LIB_DEPENDS=	libOpenEXR.so:graphics/openexr

USES+=		compiler:c++11-lang

CPPFLAGS+=	-DInt64=uint64_t

MASTERDIR=	${.CURDIR:H:H}/multimedia/gstreamer1-plugins

PLIST=		${.CURDIR}/pkg-plist

DIST=		bad
GST_PLUGIN=	openexr

.include "${MASTERDIR}/Makefile"