b1e9e7e092
* Fix for bug 305489: Festival driver in gnome-speech-0.3.7 seg faults (Willie Walker) * Fix for bug 308468: #include <sys/socket.h>, and do not declare variable after statement (Behdad Esfahbod) * FreeTTS driver now says "FreeTTS synthesis driver running..." instead of saying it is *not* running (Willie Walker)
31 lines
775 B
Makefile
31 lines
775 B
Makefile
# $NetBSD: Makefile,v 1.21 2005/10/14 21:50:44 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-speech-0.3.8
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-speech/0.3/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= GNOME 2 text-to-speech API
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
|
|
|
# Disable Java support.
|
|
CONFIGURE_ARGS+= JAVAC=no JAVA=no IDLJ=no JAB=no
|
|
|
|
PKGCONFIG_OVERRIDE+= gnome-speech-1.0.pc.in
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/libbonobo/buildlink3.mk"
|
|
.include "../../net/ORBit2/buildlink3.mk"
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|