summaryrefslogtreecommitdiffstats
path: root/accessibility/gnomespeech/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/gnomespeech/Makefile')
-rw-r--r--accessibility/gnomespeech/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/accessibility/gnomespeech/Makefile b/accessibility/gnomespeech/Makefile
new file mode 100644
index 000000000..7193361c1
--- /dev/null
+++ b/accessibility/gnomespeech/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: gnomespeech
+# Date created: 11 May 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnomespeech
+PORTVERSION= 0.2.1
+CATEGORIES= audio gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome_speech/0.2
+DISTNAME= gnome_speech-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GNOME text-to-speech API
+
+RUN_DEPENDS= festival:${PORTSDIR}/audio/festival
+
+USE_X_PREFIX= yes
+USE_GNOME= gnomehack gnomeprefix libbonobo
+USE_REINPLACE= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_ARGS= --enable-static
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+
+.include <bsd.port.mk>