mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
c9ed4178d1
- Switch to USES=localbase - Add NO_ARCH - licalse Approved by: kwm@FreeBSD.org (maintainer) MFH: 2017Q1
29 lines
673 B
Makefile
29 lines
673 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pitivi
|
|
PORTVERSION= 0.13.4.2
|
|
PORTREVISION= 4
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
COMMENT= Gstreamer based non-linear audio/video editor
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
RUN_DEPENDS= py*-zope.interface>=0:devel/py-zope.interface \
|
|
${PYTHON_SITELIBDIR}/goocanvasmodule.so:graphics/py-goocanvas
|
|
|
|
USES= gettext gmake localbase pkgconfig python shebangfix tar:bzip2
|
|
SHEBANG_FILES= bin/pitivi.in
|
|
USE_GNOME= intltool pygtk2
|
|
USE_GSTREAMER= gnonlin python good
|
|
INSTALLS_ICONS= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --localstatedir=/var
|
|
USE_LDCONFIG= yes
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|