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 | ca4710280adefc1ec07cee15790a416bed5b5b15 (patch) | |
tree | a179ce36b80ee4c9adf8a514f78df1e26b6a01ad | |
parent | 4afe939c907d6e8efd8dd9d6a903d0e4c050d329 (diff) | |
download | pkgsrc-ca4710280adefc1ec07cee15790a416bed5b5b15.tar.gz |
LICENSE=gnu-gpl-v1
-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 |