diff options
author | wiz <wiz> | 2009-01-18 11:30:14 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-01-18 11:30:14 +0000 |
commit | 02735f0f403df1425679404e205304d7615b68ff (patch) | |
tree | 6b3630d5c3b8e0af57fb6930189f4fc3b643215f /audio | |
parent | 53653eded528db10dad8f7063c5888a3e0a24ae4 (diff) | |
download | pkgsrc-02735f0f403df1425679404e205304d7615b68ff.tar.gz |
Use gnome-speech/Makefile.common to avoid updating gnome-speech but
forgetting about gnome-speech-espeak.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnome-speech-espeak/Makefile | 31 |
1 files changed, 4 insertions, 27 deletions
diff --git a/audio/gnome-speech-espeak/Makefile b/audio/gnome-speech-espeak/Makefile index 2cc2ff5aad9..a81b8010222 100644 --- a/audio/gnome-speech-espeak/Makefile +++ b/audio/gnome-speech-espeak/Makefile @@ -1,39 +1,16 @@ -# $NetBSD: Makefile,v 1.8 2009/01/18 10:04:17 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2009/01/18 11:30:14 wiz Exp $ # -DISTNAME= gnome-speech-0.4.22 -PKGNAME= gnome-speech-espeak-0.4.22 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-speech/0.4/} -EXTRACT_SUFX= .tar.bz2 +.include "../../audio/gnome-speech/Makefile.common" +PKGNAME= ${DISTNAME:S/speech/speech-espeak/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME 2 text-to-speech API -PKG_DESTDIR_SUPPORT= user-destdir - -PATCHDIR= ${.CURDIR}/../gnome-speech/patches -DISTINFO_FILE= ${.CURDIR}/../gnome-speech/distinfo - -USE_TOOLS+= gmake msgfmt pkg-config -USE_PKGLOCALEDIR= yes -USE_LIBTOOL= yes -GNU_CONFIGURE= yes - -# Disable Java support. -CONFIGURE_ARGS+= JAVAC=no JAVA=no IDLJ=no JAB=no - -PKGCONFIG_OVERRIDE+= gnome-speech-1.0.pc.in - BUILD_DIRS= drivers/espeak INSTALL_DIRS= drivers/espeak CONFIGURE_ARGS+= --with-espeak-dir=${LOCALBASE} -.include "../../audio/espeak/buildlink3.mk" +.include "../../audio/espeak/buildlink3.mk" .include "../../audio/gnome-speech/buildlink3.mk" -.include "../../devel/gettext-lib/buildlink3.mk" -.include "../../devel/glib2/buildlink3.mk" -.include "../../devel/libbonobo/buildlink3.mk" -.include "../../net/ORBit2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |