diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 07:57:39 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 07:57:39 +0800 |
commit | 7d48260effbe5918b5e299173d49134f71a7a5f5 (patch) | |
tree | 03bcaa0a7a269e086e0a824cc5834cba5be0148d /multimedia/istanbul/Makefile | |
parent | 5cf584c5931d71f29c1a616e77874d93372c28cb (diff) | |
download | marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.gz marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.tar.zst marcuscom-ports-7d48260effbe5918b5e299173d49134f71a7a5f5.zip |
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6151 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/istanbul/Makefile')
-rw-r--r-- | multimedia/istanbul/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/multimedia/istanbul/Makefile b/multimedia/istanbul/Makefile deleted file mode 100644 index 8a2bd6d5a..000000000 --- a/multimedia/istanbul/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: istanbul -# Date created: 2005-07-03 -# Whom: Dominique Goncalves <dominique.goncalves@gmail.com> -# -# $FreeBSD$ - -PORTNAME= istanbul -PORTVERSION= 0.1.1 -PORTREVISION= 3 -CATEGORIES= multimedia -MASTER_SITES= http://live.hujjat.org/ - -MAINTAINER= dominique.goncalves@gmail.com -COMMENT= Istanbul is a desktop session recorder for the Free Desktop - -RUN_DEPENDS= icecast:${PORTSDIR}/audio/icecast2 \ - ${PYTHON_SITELIBDIR}/gst/__init__.py:${PORTSDIR}/multimedia/py-gstreamer80 -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gst/__init__.py:${PORTSDIR}/multimedia/py-gstreamer80 - -USE_GNOME= pygtk2 -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_PYTHON= 2.4+ -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GSTREAMER80= shout2 theora ogg - -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -BROKEN= "Configure fails on !i386" -.endif - -post-configure: - ${REINPLACE_CMD} -e "s|#!/usr/bin/python|#!/usr/bin/env python|" `${FIND} ${WRKDIR} -type f -name "istanbul"` - -.include <bsd.port.post.mk> |