openbsd-ports/x11/gnome/speech/Makefile
jasper 994b63da94 - remove USE_X11=Yes where needed (can't we fully get rid of it?)
and set USE_X11=No where needed

agreed by aja@
2010-10-18 13:18:13 +00:00

35 lines
850 B
Makefile

# $OpenBSD: Makefile,v 1.15 2010/10/18 13:18:15 jasper Exp $
COMMENT= GNOME speech module
GNOME_PROJECT= gnome-speech
GNOME_VERSION= 0.4.25
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
WANTLIB += ORBit-2 ORBitCosNaming-2 c glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += gthread-2.0 pcre pthread espeak bonobo-2 bonobo-activation
MODULES= devel/gettext \
x11/gnome
LIB_DEPENDS= ::audio/espeak \
::x11/gnome/libbonobo
DESKTOP_FILES= Yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--disable-scrollkeeper \
--with-festival \
--with-espeak-dir="${LOCALBASE}" \
--without-speech-dispatcher
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>