summaryrefslogtreecommitdiff
path: root/graphics/gstreamer1-plugins-openexr/Makefile
blob: 939d0831fa5b48a0aa0751bd79edc00548625b4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTREVISION=	1
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"