Wed Sep 10 00:14:33 2008 UTC ()
Restrict not only source but binary distribution since the license is vague.
Pointed out by joerg.


(uebayasi)
diff -r1.24 -r1.25 pkgsrc/emulators/xm7/Makefile

cvs diff -r1.24 -r1.25 pkgsrc/emulators/xm7/Makefile (expand / switch to unified diff)

--- pkgsrc/emulators/xm7/Makefile 2008/05/26 22:25:25 1.24
+++ pkgsrc/emulators/xm7/Makefile 2008/09/10 00:14:33 1.25
@@ -1,35 +1,37 @@ @@ -1,35 +1,37 @@
1# $NetBSD: Makefile,v 1.24 2008/05/26 22:25:25 tnn Exp $ 1# $NetBSD: Makefile,v 1.25 2008/09/10 00:14:33 uebayasi Exp $
2# 2#
3 3
4DISTNAME= xm71010s 4DISTNAME= xm71010s
5PKGNAME= xm7-1010s 5PKGNAME= xm7-1010s
6PKGREVISION= 1 6PKGREVISION= 1
7CATEGORIES= emulators 7CATEGORIES= emulators
8MASTER_SITES= http://www.ipc-tokai.or.jp/~ytanaka/fm7/ 8MASTER_SITES= http://www.ipc-tokai.or.jp/~ytanaka/fm7/
9EXTRACT_SUFX= .lzh 9EXTRACT_SUFX= .lzh
10 10
11MAINTAINER= tech-pkg-ja@jp.NetBSD.org 11MAINTAINER= tech-pkg-ja@jp.NetBSD.org
12HOMEPAGE= http://www.ipc-tokai.or.jp/~ytanaka/fm7/xm7.shtml 12HOMEPAGE= http://www.ipc-tokai.or.jp/~ytanaka/fm7/xm7.shtml
13COMMENT= X11-based FM-7 emulator 13COMMENT= X11-based FM-7 emulator
14 14
15BUILD_DEPENDS+= nkf>=1.7:../../converters/nkf 15BUILD_DEPENDS+= nkf>=1.7:../../converters/nkf
16 16
17PKG_DESTDIR_SUPPORT= user-destdir 17PKG_DESTDIR_SUPPORT= user-destdir
18NOT_FOR_BULK_PLATFORM= Linux-*-* 18NOT_FOR_BULK_PLATFORM= Linux-*-*
19 19
20RESTRICTED= source archive is not redistributable 20RESTRICTED= source archive is not redistributable
21LICENSE= no-commercial-use 21LICENSE= no-commercial-use
 22NO_BIN_ON_CDROM= ${RESTRICTED}
22NO_SRC_ON_CDROM= ${RESTRICTED} 23NO_SRC_ON_CDROM= ${RESTRICTED}
 24NO_BIN_ON_FTP= ${RESTRICTED}
23NO_SRC_ON_FTP= ${RESTRICTED} 25NO_SRC_ON_FTP= ${RESTRICTED}
24 26
25EXTRACT_OPTS_LHA= qt # convert CRLF to LF 27EXTRACT_OPTS_LHA= qt # convert CRLF to LF
26 28
27WRKSRC= ${WRKDIR}/vm 29WRKSRC= ${WRKDIR}/vm
28NO_CONFIGURE= yes 30NO_CONFIGURE= yes
29MAKE_FILE= makefile.x11 31MAKE_FILE= makefile.x11
30INSTALLATION_DIRS= bin 32INSTALLATION_DIRS= bin
31 33
32post-extract: 34post-extract:
33 cd ${WRKDIR} && mv linux/* vm 35 cd ${WRKDIR} && mv linux/* vm
34 36
35do-install: 37do-install: