aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/hs-gstreamer/Makefile
blob: db09b7df5f807d3eece6f31a68074e242c14aae9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=   gstreamer
PORTVERSION=    0.12.1.2
PORTREVISION=   5
CATEGORIES= multimedia haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Binding to the GStreamer open source multimedia framework

LIB_DEPENDS=    gstreamer:${PORTSDIR}/multimedia/gstreamer

LICENSE=    LGPL21

USES=       pkgconfig
USE_CABAL=  glib>=0.12 mtl

BUILD_DEPENDS+= gstreamer-plugins>=0.10:${PORTSDIR}/multimedia/gstreamer-plugins

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>