openbsd-ports/x11/gnome/speech/Makefile

37 lines
906 B
Makefile
Raw Normal View History

2008-11-11 11:27:48 -05:00
# $OpenBSD: Makefile,v 1.3 2008/11/11 16:27:48 jasper Exp $
COMMENT= GNOME speech module
GNOME_PROJECT= gnome-speech
GNOME_VERSION= 0.4.18
2008-11-11 11:27:48 -05:00
PKGNAME= ${DISTNAME}p1
SHARED_LIBS += gnomespeech 0.0 # .7.1
# LGPLv2
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-11 11:27:48 -05:00
gthread-2.0 pcre pthread stdc++
MODULES= devel/gettext \
x11/gnome
2008-11-11 11:27:48 -05:00
LIB_DEPENDS= espeak::audio/espeak \
bonobo-2,bonobo-activation::x11/gnome/libbonobo
RUN_DEPENDS= ::audio/festival/core
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>