freebsd-ports/multimedia/istanbul/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

38 lines
1 KiB
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= 1
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-gstreamer
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gst/__init__.py:${PORTSDIR}/multimedia/py-gstreamer
USE_GNOME= pygtk2
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
USE_PYTHON= 2.4+
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GSTREAMER= shout2 theora ogg
USE_REINPLACE= yes
.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>