4fcbcdc65b
- add patch from kevlo@FreeBSD to suppress warnings ok jasper@
23 lines
656 B
Makefile
23 lines
656 B
Makefile
# $OpenBSD: Makefile,v 1.3 2008/10/12 11:58:22 ajacoutot Exp $
|
|
|
|
COMMENT= record desktop sessions to an Ogg-Theora-Vorbis file
|
|
|
|
DISTNAME= recordmydesktop-0.3.7.3
|
|
PKGNAME= ${DISTNAME}p1
|
|
|
|
WANTLIB= ICE SM X11 Xdamage Xext Xfixes c m ogg ossaudio pthread z
|
|
|
|
BUILD_DEPENDS= ::audio/jack
|
|
LIB_DEPENDS= vorbis,vorbisfile,vorbisenc::audio/libvorbis \
|
|
theora::multimedia/libtheora
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --enable-oss=yes \
|
|
--enable-jack=yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib -logg -lossaudio -lm"
|
|
|
|
.include <bsd.port.mk>
|