aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/p5-GStreamer/Makefile
blob: d83bf698300e362762eb581d3bb3775b4c9bc7dd (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
31
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$

PORTNAME=   GStreamer
PORTVERSION=    0.17
CATEGORIES= multimedia perl5
MASTER_SITES=   SF/gtk2-perl/${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX=  p5-

MAINTAINER= multimedia@FreeBSD.org
COMMENT=    Set of Perl5 bindings for gstreamer

BUILD_DEPENDS=  p5-Glib2>=1.101:${PORTSDIR}/devel/p5-Glib2 \
        p5-ExtUtils-Depends>=0.205:${PORTSDIR}/devel/p5-ExtUtils-Depends \
        p5-ExtUtils-PkgConfig>=1.07:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
RUN_DEPENDS=    p5-Glib2>=1.101:${PORTSDIR}/devel/p5-Glib2 \
        p5-ExtUtils-Depends>=0.205:${PORTSDIR}/devel/p5-ExtUtils-Depends \
        p5-ExtUtils-PkgConfig>=1.07:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig

USES=       gmake perl5
USE_GSTREAMER=  yes
USE_PERL5=  configure

.include <bsd.port.pre.mk>

PERL_THREADED!= ${PERL} -mthreads -e '' >/dev/null 2>&1 && ${ECHO_CMD} 'yes' || ${ECHO_CMD}
.if ${PERL_THREADED} == ""
IGNORE=     must be built with a threaded Perl, reinstall Perl with the THREADS option on
.endif

.include <bsd.port.post.mk>