2009-02-16 00:42:53 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2009/02/16 00:42:53 ajacoutot Exp $
|
2008-03-17 19:07:38 +00:00
|
|
|
|
|
|
|
COMMENT= GNOME speech module
|
|
|
|
|
|
|
|
GNOME_PROJECT= gnome-speech
|
2009-02-16 00:42:53 +00:00
|
|
|
GNOME_VERSION= 0.4.25
|
2008-11-21 18:20:04 +00:00
|
|
|
SHARED_LIBS += gnomespeech 0.1 # .7.1
|
2008-03-17 19:07:38 +00:00
|
|
|
|
2008-11-11 16:00:08 +00:00
|
|
|
# LGPLv2
|
2008-03-17 19:07:38 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
WANTLIB= ORBit-2 ORBitCosNaming-2 c glib-2.0 gmodule-2.0 gobject-2.0 \
|
2008-11-21 18:20:04 +00:00
|
|
|
gthread-2.0 pcre pthread
|
2008-03-17 19:07:38 +00:00
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
|
|
|
x11/gnome
|
|
|
|
|
2008-11-11 16:27:48 +00:00
|
|
|
LIB_DEPENDS= espeak::audio/espeak \
|
|
|
|
bonobo-2,bonobo-activation::x11/gnome/libbonobo
|
2008-03-17 19:07:38 +00:00
|
|
|
RUN_DEPENDS= ::audio/festival/core
|
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
DESKTOP_FILES= Yes
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
|
|
--disable-scrollkeeper \
|
|
|
|
--with-festival \
|
2008-11-11 16:27:48 +00:00
|
|
|
--with-espeak-dir="${LOCALBASE}" \
|
2008-03-17 19:07:38 +00:00
|
|
|
--without-speech-dispatcher
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|