summaryrefslogtreecommitdiff
path: root/audio/flite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/flite/Makefile')
-rw-r--r--audio/flite/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/flite/Makefile b/audio/flite/Makefile
new file mode 100644
index 00000000000..c3808c71ed2
--- /dev/null
+++ b/audio/flite/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/01/16 14:18:42 xtraeme Exp $
+#
+
+DISTNAME= flite-1.3-release
+PKGNAME= ${DISTNAME:S/-release//}
+CATEGORIES= audio
+MASTER_SITES= http://www.speech.cs.cmu.edu/flite/packed/flite-1.3/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.speech.cs.cmu.edu/flite/
+COMMENT= Small and fast run-time synthesis engine
+
+USE_PKGLOCALEDIR= yes
+USE_TOOLS+= gmake pkg-config
+GNU_CONFIGURE= yes
+
+.include "../../mk/ossaudio.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"