freebsd-ports/multimedia/recordmydesktop/Makefile

24 lines
511 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= recordmydesktop
2009-03-09 09:05:49 +01:00
DISTVERSION= 0.3.8.1
PORTREVISION= 8
CATEGORIES= multimedia
2008-02-15 06:05:14 +01:00
MASTER_SITES= SF
MAINTAINER= ports@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
USES= xorg
USE_XORG= ice sm x11 xext xorgproto xfixes xdamage
2013-11-15 06:52:28 +01:00
PLIST_FILES= bin/recordmydesktop man/man1/recordmydesktop.1.gz
.include <bsd.port.mk>