openbsd-ports/x11/gnome/speech/Makefile

36 lines
867 B
Makefile
Raw Normal View History

2010-07-25 05:07:01 -04:00
# $OpenBSD: Makefile,v 1.14 2010/07/25 09:07:01 ajacoutot Exp $
COMMENT= GNOME speech module
GNOME_PROJECT= gnome-speech
GNOME_VERSION= 0.4.25
2010-07-25 05:07:01 -04:00
REVISION= 3
SHARED_LIBS += gnomespeech 0.1 # .7.1
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2009-10-12 14:25:53 -04:00
WANTLIB += ORBit-2 ORBitCosNaming-2 c glib-2.0 gmodule-2.0 gobject-2.0
2010-07-25 05:07:01 -04:00
WANTLIB += gthread-2.0 pcre pthread espeak bonobo-2 bonobo-activation
MODULES= devel/gettext \
x11/gnome
LIB_DEPENDS= ::audio/espeak \
::x11/gnome/libbonobo
USE_X11= Yes
DESKTOP_FILES= Yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--disable-scrollkeeper \
--with-festival \
2008-11-11 11:27:48 -05:00
--with-espeak-dir="${LOCALBASE}" \
--without-speech-dispatcher
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>