# New ports collection makefile for: recordmydesktop # Date created: 18 July 2007 # Whom: Kevin Lo # # $FreeBSD: ports/multimedia/recordmydesktop/Makefile,v 1.4 2007/10/09 18:20:06 ahze Exp $ # PORTNAME= recordmydesktop DISTVERSION= 0.3.6 PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= recordmydesktop 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 USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-oss=yes \ --enable-jack=yes MAN1= recordmydesktop.1 PLIST_FILES= bin/recordmydesktop post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/configure .include