2003-09-18 09:01:13 +02:00
|
|
|
# New ports collection makefile for: gnomespeech
|
|
|
|
# Date created: 11 May 2003
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnomespeech
|
2005-11-14 02:16:29 +01:00
|
|
|
PORTVERSION= 0.3.9
|
2004-01-22 09:56:43 +01:00
|
|
|
CATEGORIES= accessibility audio gnome
|
2003-09-18 09:01:13 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2004-04-05 05:11:39 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/gnome-speech/0.3
|
2003-09-18 09:01:13 +02:00
|
|
|
DISTNAME= gnome-speech-${PORTVERSION}
|
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= GNOME text-to-speech API
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnomehack libbonobo
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2003-09-18 09:01:13 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFIGURE_ARGS= --enable-static
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if exists(${LOCALBASE}/bin/festival)
|
|
|
|
WITH_FESTIVAL= yes
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_FESTIVAL)
|
|
|
|
RUN_DEPENDS= festival:${PORTSDIR}/audio/festival
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|