diff options
author | maya <maya@pkgsrc.org> | 2017-10-08 07:06:08 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-10-08 07:06:08 +0000 |
commit | cf672c539c315557059fa321f9e19e46d2ac3c8e (patch) | |
tree | 35c84a0cd0087a5774d8b3686bce17fafc2f23c0 /games | |
parent | a0227f0954c9bc89ebb990b94edf086f4e4453ab (diff) | |
download | pkgsrc-cf672c539c315557059fa321f9e19e46d2ac3c8e.tar.gz |
adom: disallow redistribution
There seem to be some restrictions on it, although I'm not certain that
the package was violating them as it. To avoid doubts, restrict.
License URL (also inside the package) at
http://www.adom.de/adom/readme1st.php3
Diffstat (limited to 'games')
-rw-r--r-- | games/adom/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/adom/Makefile b/games/adom/Makefile index 2b7121b3043..757651b5e6a 100644 --- a/games/adom/Makefile +++ b/games/adom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/10/06 11:54:30 asau Exp $ +# $NetBSD: Makefile,v 1.18 2017/10/08 07:06:08 maya Exp $ DISTNAME= adom-111-elf PKGNAME= adom-1.1.1 @@ -10,6 +10,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.adom.de/ COMMENT= Ancient Domains of Mystery - yet another roguelike game +RESTRICTED= Explicit restrictions on distribution +NO_BIN_ON_CDROM= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_SRC_ON_FTP= ${RESTRICTED} + EMUL_PLATFORMS= linux-i386 EMUL_MODULES.linux= base |