diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-12-14 21:29:16 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-12-14 21:29:16 +0000 |
commit | 2dbe745d9248dc30e9bcbc035eff45f8c8643c02 (patch) | |
tree | 172e21c185f6781ed0f5a00dcdaa30642e6cd069 /games/adonthell | |
parent | 5dded7233f348c9a098c846fdf99a735d180bb95 (diff) |
Add LICENSE data.
PR: ports/149564 (based on)
Submitted by: Ullrich Franke <uf@raindogs.org>
Approved by: [no objections from maintainers in four weeks]
Notes
Notes:
svn path=/head/; revision=287393
Diffstat (limited to 'games/adonthell')
-rw-r--r-- | games/adonthell/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile index 7350900bada4..ae9386ae25d5 100644 --- a/games/adonthell/Makefile +++ b/games/adonthell/Makefile @@ -16,6 +16,9 @@ DISTFILES= ${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= ports@FreeBSD.org COMMENT= A free role playing game +LICENSE= GPLv2 +LICENSE_DISTFILES= ${DISTFILES} + LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ freetype.9:${PORTSDIR}/print/freetype2 |