mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
d8e1e16e64
- Move all old gstreamer 0.8 ports to gstreamer*80 [1] - Chase all ports with new gstreamer or gstreaemer moves Repocopied by: marcus [1]
38 lines
1023 B
Makefile
38 lines
1023 B
Makefile
# 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>
|