aboutsummaryrefslogtreecommitdiff
path: root/multimedia/pitivi/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-05 16:15:23 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-05 16:15:23 +0000
commited5b3b6e84eadd9eff8e09dec8f71fc4d726219f (patch)
tree0da263391182f112e459fa9e85e776c2fbe99b75 /multimedia/pitivi/Makefile
parent222608986a53721bccd6fccfee330faecff2b97d (diff)
downloadports-ed5b3b6e84eadd9eff8e09dec8f71fc4d726219f.tar.gz
ports-ed5b3b6e84eadd9eff8e09dec8f71fc4d726219f.zip
Notes
Diffstat (limited to 'multimedia/pitivi/Makefile')
-rw-r--r--multimedia/pitivi/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/multimedia/pitivi/Makefile b/multimedia/pitivi/Makefile
deleted file mode 100644
index 7bf5b2cd11cb..000000000000
--- a/multimedia/pitivi/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# 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.10.0
-CATEGORIES= multimedia
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Gstreamer based non-linear audio/video editor
-
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gst-0.10/gst/__init__.py:${PORTSDIR}/multimedia/py-gstreamer
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gst-0.10/gst/__init__.py:${PORTSDIR}/multimedia/py-gstreamer
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GNOME= gnometarget pygtk2 pkgconfig pygnome2
-USE_GSTREAMER= gnonlin
-USE_PYTHON= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-docs-build
-USE_LDCONFIG= yes
-
-.include <bsd.port.pre.mk>
-
-BROKEN= Installs files during "make all"
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2006-12-01
-
-.if ${ARCH} != "i386"
-BROKEN= "Configure fails on !i386"
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/bin/python|${LOCALBASE}/bin/python|g' \
- ${WRKSRC}/bin/pitivi.in
- @${REINPLACE_CMD} -e 's|0.1.9|0.1.10|g' \
- ${WRKSRC}/pitivi/ui/mainwindow.py
-
-.include <bsd.port.post.mk>