1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/multimedia/recordmydesktop/Makefile
Kevin Lo 6ddbfed9f3 Fix recording with libtheora.
Feature safe:	yes
2012-11-05 05:57:37 +00:00

29 lines
602 B
Makefile

# $FreeBSD$
PORTNAME= recordmydesktop
DISTVERSION= 0.3.8.1
PORTREVISION= 5
CATEGORIES= multimedia
MASTER_SITES= SF
MAINTAINER= kevlo@FreeBSD.org
COMMENT= Record desktop sessions to an Ogg-Theora-Vorbis file
LIB_DEPENDS= theora.0:${PORTSDIR}/multimedia/libtheora \
jack.0:${PORTSDIR}/audio/jack
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-oss=yes \
--enable-jack=yes
MAN1= recordmydesktop.1
USE_XORG= ice sm x11 xext xextproto xfixes xdamage
PLIST_FILES= bin/recordmydesktop
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure
.include <bsd.port.mk>