aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins-gnonlin/Makefile
blob: 6ba801ad48ab4b4113d85c475c9c252c6fe61f91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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.16
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
USE_GNOME=  gnometarget
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>