diff options
author | wiz <wiz> | 2011-04-03 11:20:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-04-03 11:20:52 +0000 |
commit | b59048c7386edc2c607c867fe4142ce54b187f08 (patch) | |
tree | a811c2e72b17bdb57800c5fc5944c6239a818a43 /games | |
parent | 5a08a7d16d89354ddcbc26a7b95aecfeaf674ed5 (diff) | |
download | pkgsrc-b59048c7386edc2c607c867fe4142ce54b187f08.tar.gz |
Set LICENSE.
Diffstat (limited to 'games')
-rw-r--r-- | games/scummvm-tools/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/games/scummvm-tools/Makefile b/games/scummvm-tools/Makefile index 9bb29a4dca4..4ebdeed7c97 100644 --- a/games/scummvm-tools/Makefile +++ b/games/scummvm-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2011/01/13 13:37:51 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2011/04/03 11:20:52 wiz Exp $ # DISTNAME= scummvm-tools-0.9.0 @@ -10,6 +10,11 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://scummvm.sourceforge.net/ COMMENT= Conversion and compression tools for ScummVM +LICENSE= gnu-gpl-v2 + +DEPENDS+= flac-[0-9]*:../../audio/flac +DEPENDS+= lame-[0-9]*:../../audio/lame +DEPENDS+= vorbis-tools-[0-9]*:../../audio/vorbis-tools PKG_DESTDIR_SUPPORT= user-destdir @@ -17,10 +22,6 @@ WRKSRC= ${WRKDIR}/tools-0.9.0 USE_LANGUAGES= c c++ USE_TOOLS+= gmake -DEPENDS+= flac-[0-9]*:../../audio/flac -DEPENDS+= lame-[0-9]*:../../audio/lame -DEPENDS+= vorbis-tools-[0-9]*:../../audio/vorbis-tools - INSTALLATION_DIRS= bin share/doc/scummvm-tools do-install: |