diff options
author | wiz <wiz@pkgsrc.org> | 2007-07-19 21:29:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-07-19 21:29:33 +0000 |
commit | 878197e23852ff225b6e3e1e1d22c40b57a870d1 (patch) | |
tree | bc0de3bea329c3922171bb684d09ae0806492015 /audio | |
parent | 907f9ff842456df5ba351f756b33f25f723e73f1 (diff) | |
download | pkgsrc-878197e23852ff225b6e3e1e1d22c40b57a870d1.tar.gz |
Add commented out LICENSE tag (GPLv3).
Diffstat (limited to 'audio')
-rw-r--r-- | audio/espeak/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/espeak/Makefile b/audio/espeak/Makefile index 1d655cf688b..61f01f33ae7 100644 --- a/audio/espeak/Makefile +++ b/audio/espeak/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/07/17 19:18:44 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2007/07/19 21:29:33 wiz Exp $ # DISTNAME= espeak-1.28-source @@ -15,6 +15,8 @@ USE_LANGUAGES= c++ USE_TOOLS+= gmake WRKSRC= ${WRKDIR}/espeak-1.28-source/src +#LICENSE= GPLv3 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/espeak ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/libespeak.so.1.1.28 ${PREFIX}/lib |