diff options
author | obache <obache@pkgsrc.org> | 2011-05-25 05:54:38 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-05-25 05:54:38 +0000 |
commit | 87c6d5b49399c43464981d032c87a20c8cca6f02 (patch) | |
tree | a179ce36b80ee4c9adf8a514f78df1e26b6a01ad /games | |
parent | c3af51c1a36e49c578719c3f8d0e2c375d66c83a (diff) | |
download | pkgsrc-87c6d5b49399c43464981d032c87a20c8cca6f02.tar.gz |
LICENSE=gnu-gpl-v1
Diffstat (limited to 'games')
-rw-r--r-- | games/xblockout/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xblockout/Makefile b/games/xblockout/Makefile index bb9b83aa006..b84bac20f5b 100644 --- a/games/xblockout/Makefile +++ b/games/xblockout/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/02/19 12:36:15 drochner Exp $ +# $NetBSD: Makefile,v 1.5 2011/05/25 05:54:38 obache Exp $ # DISTNAME= xbl-1.1.6 @@ -8,6 +8,7 @@ MASTER_SITES= http://www710.univ-lyon1.fr/~exco/XBL/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www710.univ-lyon1.fr/ftp/xbl/xbl.html COMMENT= 3D-tetris-like game +LICENSE= gnu-gpl-v1 USE_TOOLS+= imake GNU_CONFIGURE= yes |