2009-04-28 17:02:03 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2009/04/28 21:02:03 jasper Exp $
|
2008-07-04 17:15:23 -04:00
|
|
|
|
|
|
|
COMMENT= record desktop sessions to an Ogg-Theora-Vorbis file
|
|
|
|
|
2009-04-14 14:43:39 -04:00
|
|
|
DISTNAME= recordmydesktop-0.3.8.1
|
2009-04-28 17:02:03 -04:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
2008-07-04 17:15:23 -04:00
|
|
|
|
|
|
|
WANTLIB= ICE SM X11 Xdamage Xext Xfixes c m ogg ossaudio pthread z
|
|
|
|
|
|
|
|
LIB_DEPENDS= vorbis,vorbisfile,vorbisenc::audio/libvorbis \
|
2009-04-20 11:30:40 -04:00
|
|
|
theora::multimedia/libtheora \
|
|
|
|
jack::audio/jack
|
2008-07-04 17:15:23 -04:00
|
|
|
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
2009-04-20 11:30:40 -04:00
|
|
|
CONFIGURE_ARGS= --enable-oss=yes \
|
2008-10-12 07:58:22 -04:00
|
|
|
--enable-jack=yes
|
2009-04-20 11:30:40 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
|
|
LDFLAGS="`pkg-config --libs jack` -logg -lossaudio"
|
|
|
|
|
|
|
|
CFLAGS+= "-DHAVE_LIBJACK"
|
2008-07-04 17:15:23 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|