openbsd-ports/multimedia/recordmydesktop/base/Makefile
2010-10-18 21:25:07 +00:00

23 lines
583 B
Makefile

# $OpenBSD: Makefile,v 1.10 2010/10/18 21:25:07 espie Exp $
COMMENT= record desktop sessions to an Ogg-Theora-Vorbis file
DISTNAME= recordmydesktop-0.3.8.1
PKGNAME= ${DISTNAME}p4
WANTLIB= ICE SM X11 Xdamage Xext Xfixes c m ogg \
pthread sndio z
LIB_DEPENDS= vorbis,vorbisfile,vorbisenc::audio/libvorbis \
theora::multimedia/libtheora
USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-jack=no
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -logg -lsndio"
.include <bsd.port.mk>