diff options
author | wiz <wiz> | 2007-07-19 21:29:33 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-07-19 21:29:33 +0000 |
commit | c49113214a6f08e06b690328cbaa7283db97346b (patch) | |
tree | bc0de3bea329c3922171bb684d09ae0806492015 /audio/espeak | |
parent | 29fe7f75327a0f65719a85a4720a5d6100eb5e7a (diff) | |
download | pkgsrc-c49113214a6f08e06b690328cbaa7283db97346b.tar.gz |
Add commented out LICENSE tag (GPLv3).
Diffstat (limited to 'audio/espeak')
-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 |