Thu Jul 1 20:03:39 2021 UTC ()
Disallow for-pay distribution, e.g. on CDROMs (does anybody do that
these days?)


(hauke)
diff -r1.1 -r1.2 pkgsrc/math/smath-studio/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/math/smath-studio/Makefile (expand / switch to unified diff)

--- pkgsrc/math/smath-studio/Makefile 2021/06/29 14:28:12 1.1
+++ pkgsrc/math/smath-studio/Makefile 2021/07/01 20:03:39 1.2
@@ -1,29 +1,30 @@ @@ -1,29 +1,30 @@
1# $NetBSD: Makefile,v 1.1 2021/06/29 14:28:12 hauke Exp $ 1# $NetBSD: Makefile,v 1.2 2021/07/01 20:03:39 hauke Exp $
2 2
3DISTNAME= SMathStudioDesktop.${PKGVERSION_NOREV:S/./_/g}.Mono 3DISTNAME= SMathStudioDesktop.${PKGVERSION_NOREV:S/./_/g}.Mono
4PKGNAME= smath-studio-${PKGVER} 4PKGNAME= smath-studio-${PKGVER}
5PKGVER= 0.99.7822 5PKGVER= 0.99.7822
6CATEGORIES= math 6CATEGORIES= math
7MASTER_SITES= https://smath.com/file/oVRx7/ 7MASTER_SITES= https://smath.com/file/oVRx7/
8 8
9MAINTAINER= hauke@NetBSD.org 9MAINTAINER= hauke@NetBSD.org
10HOMEPAGE= https://smath.com/ 10HOMEPAGE= https://smath.com/
11DOWNLOAD= https://en.smath.com/view/SMathStudio/summary 11DOWNLOAD= https://en.smath.com/view/SMathStudio/summary
12DOWNLOAD_NAME= SMath Studio Desktop for Mono 12DOWNLOAD_NAME= SMath Studio Desktop for Mono
13COMMENT= Tiny, powerful, free mathematical program with WYSIWYG editor 13COMMENT= Tiny, powerful, free mathematical program with WYSIWYG editor
14 14
15LICENSE= smath-license 15LICENSE= smath-license
16RESTRICTED= Redistribution of repackaged binaries not permitted 16RESTRICTED= Redistribution of repackaged binaries not permitted
 17NO_SRC_ON_CDROM= ${RESTRICTED}
17NO_BIN_ON_CDROM= ${RESTRICTED} 18NO_BIN_ON_CDROM= ${RESTRICTED}
18NO_BIN_ON_FTP= ${RESTRICTED} 19NO_BIN_ON_FTP= ${RESTRICTED}
19 20
20EXTRACT_DIR= ${WRKDIR}/${DISTNAME} 21EXTRACT_DIR= ${WRKDIR}/${DISTNAME}
21 22
22USE_LANGUAGES= # none 23USE_LANGUAGES= # none
23NO_BUILD= YES 24NO_BUILD= YES
24 25
25DEPENDS+= mono-[0-9]*:../../lang/mono 26DEPENDS+= mono-[0-9]*:../../lang/mono
26DEPENDS+= libgdiplus-[0-9]*:../../graphics/libgdiplus 27DEPENDS+= libgdiplus-[0-9]*:../../graphics/libgdiplus
27 28
28FETCH_MESSAGE+= " The file ${DISTNAME}${EXTRACT_SUFX} containing ${DOWNLOAD_NAME}" 29FETCH_MESSAGE+= " The file ${DISTNAME}${EXTRACT_SUFX} containing ${DOWNLOAD_NAME}"
29FETCH_MESSAGE+= "" 30FETCH_MESSAGE+= ""