diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-04 13:49:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-04 13:49:15 +0000 |
commit | d2a5a46507b4fa4e6d3bc6e9878ff7fe88f7c797 (patch) | |
tree | 5d79a984f97ee9a5e47c732e344048cad874e544 /games | |
parent | cfbe99ab0bc3ba92e6d9ddc80a6aa8e27419287b (diff) | |
download | ports-d2a5a46507b4fa4e6d3bc6e9878ff7fe88f7c797.tar.gz ports-d2a5a46507b4fa4e6d3bc6e9878ff7fe88f7c797.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/gmastermind/Makefile | 2 | ||||
-rw-r--r-- | games/gmines/Makefile | 2 | ||||
-rw-r--r-- | games/gnustep-ladder/Makefile | 2 | ||||
-rw-r--r-- | games/gnustep-sudoku/Makefile | 2 | ||||
-rw-r--r-- | games/gomoku.app/Makefile | 2 | ||||
-rw-r--r-- | games/grubik/Makefile | 2 | ||||
-rw-r--r-- | games/jigsaw/Makefile | 2 | ||||
-rw-r--r-- | games/lapispuzzle/Makefile | 2 | ||||
-rw-r--r-- | games/nextgo/Makefile | 2 | ||||
-rw-r--r-- | games/stepbill/Makefile | 2 |
10 files changed, 20 insertions, 0 deletions
diff --git a/games/gmastermind/Makefile b/games/gmastermind/Makefile index 19b3ac82a638..78b286148d3f 100644 --- a/games/gmastermind/Makefile +++ b/games/gmastermind/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= dinoex@FreeBSD.org COMMENT= The well-known mastermind game +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/games/gmines/Makefile b/games/gmines/Makefile index 601ac03eca52..a7b978cd5293 100644 --- a/games/gmines/Makefile +++ b/games/gmines/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= dinoex@FreeBSD.org COMMENT= Well-known minesweeper game for GNUstep +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/games/gnustep-ladder/Makefile b/games/gnustep-ladder/Makefile index 0cc311f97c0e..3c81416827b3 100644 --- a/games/gnustep-ladder/Makefile +++ b/games/gnustep-ladder/Makefile @@ -20,6 +20,8 @@ COMMENT= GNU Go frontend for GNUstep RUN_DEPENDS= gnugo:${PORTSDIR}/games/gnugo +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/games/gnustep-sudoku/Makefile b/games/gnustep-sudoku/Makefile index ae43c4f057d3..000132873fd2 100644 --- a/games/gnustep-sudoku/Makefile +++ b/games/gnustep-sudoku/Makefile @@ -17,6 +17,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= dinoex@FreeBSD.org COMMENT= Sudoku solver and generator +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/games/gomoku.app/Makefile b/games/gomoku.app/Makefile index a3463671178e..cb6d8ce52885 100644 --- a/games/gomoku.app/Makefile +++ b/games/gomoku.app/Makefile @@ -14,6 +14,8 @@ DISTNAME= Gomoku-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= GNUstep Gomoku game +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/games/grubik/Makefile b/games/grubik/Makefile index 424b7edde80f..430ae25196fa 100644 --- a/games/grubik/Makefile +++ b/games/grubik/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= dinoex@FreeBSD.org COMMENT= Virtual 3D Rubiks cube for GNUstep +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/games/jigsaw/Makefile b/games/jigsaw/Makefile index 5af6daebba32..bf788943d350 100644 --- a/games/jigsaw/Makefile +++ b/games/jigsaw/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= dinoex@FreeBSD.org COMMENT= Simulates a jigsaw puzzle and illustrates the use of clipping paths +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/games/lapispuzzle/Makefile b/games/lapispuzzle/Makefile index ba3a25a02199..04d9baf528a4 100644 --- a/games/lapispuzzle/Makefile +++ b/games/lapispuzzle/Makefile @@ -17,6 +17,8 @@ DISTNAME= LapisPuzzle-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Tetris-like game for GNUstep +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/games/nextgo/Makefile b/games/nextgo/Makefile index f9db3855adb4..746c95fc5e28 100644 --- a/games/nextgo/Makefile +++ b/games/nextgo/Makefile @@ -16,6 +16,8 @@ DISTNAME= NeXTGo-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= classic Go game for OPENSTEP/GNUstep +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/games/stepbill/Makefile b/games/stepbill/Makefile index c95231c26d1c..c4556666683d 100644 --- a/games/stepbill/Makefile +++ b/games/stepbill/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= http://www.linuks.mine.nu/stepbill/ \ MAINTAINER= dinoex@FreeBSD.org COMMENT= Get rid of those nasty Wingdows viruses +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes |