blob: 994dcc1e5b73021f74f4a10936f72a8e42e9afe0 (
plain)
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
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/multimedia/gstreamermm/Makefile,v 1.6 2009/09/26 13:42:00 marcus Exp $
PORTNAME= gstreamermm
PORTVERSION= 0.10.10.2
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= GNOME
MAINTAINER= multimedia@FreeBSD.org
COMMENT= C++ wrapper library for the multimedia library GStreamer
LICENSE= LGPL21
USES= gmake libtool pathfix pkgconfig tar:xz
USE_GSTREAMER= theora vorbis cdparanoia gio pango
USE_GNOME= gnomeprefix gtkmm24
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-documentation
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
PLIST_SUB= GST_VERSION="${GST_VERSION}"
post-patch:
# Fix the build with clang
@${REINPLACE_CMD} -e 's|GREP "\\-L"|GREP "conftest\\.$$objext"|g' \
${WRKSRC}/configure
.include <bsd.port.mk>
|