- Fix invalid shebang
- Switch to USES=localbase - Add NO_ARCH - licalse Approved by: kwm@FreeBSD.org (maintainer) MFH: 2017Q1
This commit is contained in:
parent
c3efa33d00
commit
c9ed4178d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432431
1 changed files with 6 additions and 9 deletions
|
@ -1,31 +1,28 @@
|
|||
# Created by: 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= 3
|
||||
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 pkgconfig python tar:bzip2
|
||||
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
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -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
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue