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/3dpong | |
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/3dpong')
-rw-r--r-- | games/3dpong/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/3dpong/Makefile b/games/3dpong/Makefile index 81d82aae48a7..6114e160aaa9 100644 --- a/games/3dpong/Makefile +++ b/games/3dpong/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.billsgames.com/unix/x/3dpong/src/ MAINTAINER= ports@FreeBSD.org COMMENT= X Window 3D Pong game for 1 or 2 players with a ball and paddles +LICENSE= GPLv2 + USE_XORG= x11 USE_GMAKE= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ |