blob: 82e69eaf6009c85f9302b7cb41b9da29af4379ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $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= libtheora.so:multimedia/libtheora \
libjack.so:audio/jack
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-oss=yes \
--enable-jack=yes
USE_XORG= ice sm x11 xext xextproto xfixes xdamage
PLIST_FILES= bin/recordmydesktop man/man1/recordmydesktop.1.gz
.include <bsd.port.mk>
|