freebsd-ports/graphics/gstreamer-plugins-gl/Makefile

30 lines
740 B
Makefile
Raw Normal View History

2013-09-06 14:12:00 +02:00
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= gstreamer-plugins-gl
2012-05-15 23:24:18 +02:00
PORTVERSION= 0.10.3
PORTREVISION= 5
2010-09-13 13:47:14 +02:00
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
2015-06-22 20:33:20 +02:00
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
2015-06-22 20:33:20 +02:00
USES= gettext gmake jpeg 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>