freebsd-ports/multimedia/recordmydesktop/Makefile
Tijl Coosemans 7ae3f48312 Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility
links that were added in r374303 to prevent massive PORTREVISION bumps.
Bump dependent ports that have not been bumped since.
2016-12-08 15:38:24 +00:00

22 lines
499 B
Makefile

# $FreeBSD$
PORTNAME= recordmydesktop
DISTVERSION= 0.3.8.1
PORTREVISION= 6
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>