freebsd-ports/multimedia/gstreamer-plugins-gnonlin/Makefile
Koop Mast 0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00

29 lines
799 B
Makefile

# New ports collection makefile for: gstreamer-plugins-gnonlin
# Date created: 2006-04-25
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/multimedia/gstreamer-plugins-gnonlin/Makefile,v 1.7 2006/07/21 16:39:31 ahze Exp $
#
PORTNAME= gstreamer-plugins-gnonlin
PORTVERSION= 0.10.17
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gnonlin/
DISTNAME= gnonlin-${PORTVERSION}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Gstreamer lib for writing non-linear audio and video
CFLAGS:= ${CFLAGS} -O2 -Wno-format
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GSTREAMER= yes
PLIST_FILES= lib/gstreamer-0.10/libgnl.la \
lib/gstreamer-0.10/libgnl.so
post-patch:
@${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' ${WRKSRC}/configure
.include <bsd.port.mk>