freebsd-ports/multimedia/recordmydesktop/Makefile

30 lines
616 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= recordmydesktop
2009-03-09 09:05:49 +01:00
DISTVERSION= 0.3.8.1
PORTREVISION= 5
CATEGORIES= multimedia
2008-02-15 06:05:14 +01:00
MASTER_SITES= SF
MAINTAINER= kevlo@FreeBSD.org
COMMENT= Record desktop sessions to an Ogg-Theora-Vorbis file
2007-10-09 20:20:07 +02:00
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
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure
.include <bsd.port.mk>