diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-04-07 20:33:24 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-04-07 20:33:24 +0000 |
commit | 98be07428301ffd8164bbc42a8efe2ffd30b5a1a (patch) | |
tree | 8f778a499cae1598e6f4fed3634f7d734bf89284 /emulators | |
parent | Fix installation is gtk-doc is also installed. (diff) |
- Update to 4.1
- Disallow distribution in package and cdrom form because of license
PR: 36853
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=57412
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xzx/Makefile | 6 | ||||
-rw-r--r-- | emulators/xzx/distinfo | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index 69afd32c72b8..aadb862b2c80 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xzx -PORTVERSION= 4.0 +PORTVERSION= 4.1 CATEGORIES= emulators MASTER_SITES= http://www.zx-spectrum.net/xzx/files/ DISTNAME= ${PORTNAME}-pro-${PORTVERSION}-eval @@ -25,6 +25,10 @@ USE_X_PREFIX= yes # Hardcoding FETCH_CMD is necessary since -A argument causes problems FETCH_CMD= /usr/bin/fetch +# License forbids redistribution +NO_CDROM= Redistribution forbidden by license +NO_PACKAGE= Redistribution forbidden by license + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-oss diff --git a/emulators/xzx/distinfo b/emulators/xzx/distinfo index 9cf531613451..672bf2513294 100644 --- a/emulators/xzx/distinfo +++ b/emulators/xzx/distinfo @@ -1 +1 @@ -MD5 (xzx-pro-4.0-eval.tar.gz) = 265ed240d9d0da47255263c0c0122c38 +MD5 (xzx-pro-4.1-eval.tar.gz) = a19adbd700c4de2381764ec28e467fd0 |