4272ee15d5
from brad
25 lines
614 B
Makefile
25 lines
614 B
Makefile
# $OpenBSD: Makefile,v 1.13 2012/08/27 09:34:43 jasper Exp $
|
|
|
|
COMMENT = record desktop sessions to an Ogg-Theora-Vorbis file
|
|
|
|
DISTNAME = recordmydesktop-0.3.8.1
|
|
PKGNAME = ${DISTNAME}
|
|
REVISION = 5
|
|
|
|
WANTLIB = ICE SM X11 Xdamage Xext Xfixes c m ogg \
|
|
pthread sndio z
|
|
|
|
LIB_DEPENDS = audio/libvorbis \
|
|
multimedia/libtheora
|
|
WANTLIB += vorbis vorbisfile vorbisenc theora
|
|
|
|
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>
|