pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-ephem Add LICENSE=.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e4bc4d7d3d2
branches:  trunk
changeset: 521527:4e4bc4d7d3d2
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Nov 13 22:49:51 2006 +0000

description:
Add LICENSE=.

Add restricted and NO_BIN_ON_* because this builds a package which is
a mix of GPL and xephem-license, and they are incompatible.

diffstat:

 math/py-ephem/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 2a1aef7c8b49 -r 4e4bc4d7d3d2 math/py-ephem/Makefile
--- a/math/py-ephem/Makefile    Mon Nov 13 22:40:33 2006 +0000
+++ b/math/py-ephem/Makefile    Mon Nov 13 22:49:51 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/11/13 15:55:55 wulf Exp $
+# $NetBSD: Makefile,v 1.2 2006/11/13 22:49:51 gdt Exp $
 #
 
 DISTNAME=              pyephem-3.7b
@@ -10,6 +10,12 @@
 HOMEPAGE=              http://www.rhodesmill.org/brandon/projects/pyephem.html
 COMMENT=               Scientific-grade astronomical computations for Python
 
+# See ../../x11/xephem/Makefile.
+LICENSE=               xephem-license
+RESTRICTED=            Combined work is both GPL and non-Free
+NO_BIN_ON_FTP=         ${RESTRICTED}
+NO_BIN_ON_CDROM=       ${RESTRICTED}
+
 PYDISTUTILSPKG=                        true
 PYTHON_VERSIONS_ACCEPTED=      23 24
 



Home | Main Index | Thread Index | Old Index