diff options
author | rillig <rillig@pkgsrc.org> | 2007-07-25 00:19:33 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-07-25 00:19:33 +0000 |
commit | c46825ef4e8ce7a22ecdb8bcd0260fecbe3e047b (patch) | |
tree | cfaecdff8ec46deaff98a37742abc7c706ada8c1 /games/velena/Makefile | |
parent | c38b2ed98bbca2ff97e84bb9f18ad1bdfe12caec (diff) | |
download | pkgsrc-c46825ef4e8ce7a22ecdb8bcd0260fecbe3e047b.tar.gz |
Corrected the license part. This is an example of a weird combination:
public-domain, but no commercial use.
Diffstat (limited to 'games/velena/Makefile')
-rw-r--r-- | games/velena/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games/velena/Makefile b/games/velena/Makefile index 1a6b64db14f..aee2128174a 100644 --- a/games/velena/Makefile +++ b/games/velena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/07/25 00:11:10 rillig Exp $ +# $NetBSD: Makefile,v 1.2 2007/07/25 00:19:33 rillig Exp $ # DISTNAME= veleng10 @@ -11,7 +11,10 @@ MAINTAINER= rillig@NetBSD.org HOMEPAGE= http://www.ce.unipr.it/~gbe/ COMMENT= Perfect-play engine for connect four -#LICENSE= public-domain +LICENSE= public-domain +RESTRICTED= You must not charge a fee for this software nor for any derived work in which this software is included. +NO_BIN_ON_CDROM= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} EXTRACT_OPTS_ZIP= -LLaqo WRKSRC= ${WRKDIR} |