aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/hs-gstreamer/Makefile
blob: 87905bdff744f87fd8fa2bba2fa99bfd597b43e3 (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
# New ports collection makefile for: hs-gstreamer
# Date created:        March 13, 2011
# Whom:                haskell@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   gstreamer
PORTVERSION=    0.12.0
PORTREVISION=   1
CATEGORIES= multimedia haskell

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

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

LICENSE=    LGPL21
FILE_LICENSE=   COPYING

CABAL_SETUP=    Setup.hs
USE_CABAL=  glib>=0.12 mtl

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

PORTDATA=   *

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