15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
30 lines
778 B
Makefile
30 lines
778 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gstreamer-plugins-gl
|
|
PORTVERSION= 0.10.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-gl/
|
|
DISTNAME= ${PORTNAME:S/gstreamer/gst/}-${PORTVERSION}
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= GStreamer OpenGL video plugin
|
|
|
|
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
|
|
libjpeg.so:${PORTSDIR}/graphics/jpeg
|
|
|
|
USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
USE_GSTREAMER= yes
|
|
USE_XORG= ice x11
|
|
USE_GL= gl glu glew
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-examples --disable-static
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PLIST_SUB= VERSION="0.10"
|
|
|
|
.include <bsd.port.mk>
|