f83c7639aa
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
25 lines
706 B
Makefile
25 lines
706 B
Makefile
# Created by: 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
|
|
PORTREVISION= 2
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USES= libtool pkgconfig tar:bzip2
|
|
USE_GSTREAMER= yes
|
|
|
|
PLIST_FILES= lib/gstreamer-0.10/libgnl.so
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|