diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 895a427c2b02fc658aea5135eb3059116379c573 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /audio/festvox-mwm | |
parent | 24e9c4bfce71001ab726d2c6ccdd198ef12435ba (diff) | |
download | pkgsrc-895a427c2b02fc658aea5135eb3059116379c573.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'audio/festvox-mwm')
-rw-r--r-- | audio/festvox-mwm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/festvox-mwm/Makefile b/audio/festvox-mwm/Makefile index fa0c5819386..2152d41ca98 100644 --- a/audio/festvox-mwm/Makefile +++ b/audio/festvox-mwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/07/27 08:39:59 obache Exp $ +# $NetBSD: Makefile,v 1.23 2009/05/19 08:59:02 wiz Exp $ DISTNAME= voice_mwm_di-2.0 PKGNAME= festvox-mwm-2.0 @@ -9,14 +9,13 @@ MASTER_SITES= http://www.cslu.ogi.edu/tts/download/data/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://cslu.cse.ogi.edu/tts/ COMMENT= American English male voice for the festival speech synthesis system +LICENSE= no-commercial-use DEPENDS+= festival>=1.4.0:../../audio/festival DEPENDS+= festlex-ogi>=2.0:../../audio/festlex-ogi USE_TOOLS+= pax -LICENSE= no-commercial-use - PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/festival |