b49e05bea1
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
17 lines
481 B
Makefile
17 lines
481 B
Makefile
# $NetBSD: Makefile,v 1.16 2019/11/02 21:09:13 rillig Exp $
|
|
#
|
|
|
|
.include "../../audio/gnome-speech/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/speech/speech-espeak/}
|
|
PKGREVISION= 6
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= GNOME 2 text-to-speech API
|
|
|
|
BUILD_DIRS= drivers/espeak
|
|
INSTALL_DIRS= drivers/espeak
|
|
CONFIGURE_ARGS+= --with-espeak-dir=${LOCALBASE}
|
|
|
|
.include "../../audio/espeak/buildlink3.mk"
|
|
.include "../../audio/gnome-speech/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|