aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/pitivi/Makefile
blob: dc09fe8528d372df14bb67492ce46bc4c9ae13c9 (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
32
33
34
35
36
# New ports collection makefile for:    PiTiVi
# Date created:             20 Dec 2004
# Whom:                 Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
#    $MCom: ports/multimedia/pitivi/Makefile,v 1.8 2006/04/26 19:31:01 ahze Exp $

PORTNAME=   pitivi
PORTVERSION=    0.13.4.2
PORTREVISION=   2
CATEGORIES= multimedia
MASTER_SITES=   GNOME

MAINTAINER= kwm@FreeBSD.org
COMMENT=    Gstreamer based non-linear audio/video editor

RUN_DEPENDS=    py*-zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
        ${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-goocanvas

USE_BZIP2=  yes
USE_GMAKE=  yes
USE_GNOME=  pygtk2 pkgconfig
USE_GSTREAMER=  gnonlin python good
USE_PYTHON= yes
INSTALLS_ICONS= yes
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBAES}/include
LDFLAGS+=   -L${LOCALBASE}/lib
CONFIGURE_ARGS= --localstatedir=/var
USE_LDCONFIG=   yes

post-patch:
    @${REINPLACE_CMD} -e 's|/usr/bin/python|${LOCALBASE}/bin/python|g' \
        ${WRKSRC}/bin/pitivi.in

.include <bsd.port.mk>