Update graphics/cimg to version 1.7.5,3
[dports.git] / graphics / gstreamer-plugins-gl / Makefile
1 # Created by: Koop Mast <kwm@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       gstreamer-plugins-gl
5 PORTVERSION=    0.10.3
6 PORTREVISION=   5
7 CATEGORIES=     graphics
8 MASTER_SITES=   http://gstreamer.freedesktop.org/src/gst-plugins-gl/
9 DISTNAME=       ${PORTNAME:S/gstreamer/gst/}-${PORTVERSION}
10
11 MAINTAINER=     multimedia@FreeBSD.org
12 COMMENT=        GStreamer OpenGL video plugin
13
14 LIB_DEPENDS=    libpng.so:graphics/png
15
16 USES=           gettext gmake jpeg libtool pathfix pkgconfig tar:bzip2
17 USE_LDCONFIG=   yes
18 USE_GSTREAMER=  yes
19 USE_XORG=       ice x11
20 USE_GL=         gl glu glew
21 GNU_CONFIGURE=  yes
22 CONFIGURE_ARGS= --disable-examples --disable-static
23 CPPFLAGS+=      -I${LOCALBASE}/include
24 LIBS+=          -L${LOCALBASE}/lib
25 INSTALL_TARGET= install-strip
26
27 PLIST_SUB=      VERSION="0.10"
28
29 .include <bsd.port.mk>