diff options
author | crees <crees@FreeBSD.org> | 2011-12-15 05:29:16 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-12-15 05:29:16 +0800 |
commit | 3de408b9c13bae07a665b3a4c3a7e70db79f7f1c (patch) | |
tree | 98415bd4801ceea40abb6ed6fc2ea3d04cacda28 /games/3dpong | |
parent | e8370659be817ae6b7e824f8a803dda597baef76 (diff) | |
download | freebsd-ports-gnome-3de408b9c13bae07a665b3a4c3a7e70db79f7f1c.tar.gz freebsd-ports-gnome-3de408b9c13bae07a665b3a4c3a7e70db79f7f1c.tar.zst freebsd-ports-gnome-3de408b9c13bae07a665b3a4c3a7e70db79f7f1c.zip |
Add LICENSE data.
PR: ports/149564 (based on)
Submitted by: Ullrich Franke <uf@raindogs.org>
Approved by: [no objections from maintainers in four weeks]
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" \ |