diff options
author | gdt <gdt@pkgsrc.org> | 2006-05-10 14:42:52 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-05-10 14:42:52 +0000 |
commit | d2d450a27a7d9047a76878561829ae380dd93ac7 (patch) | |
tree | 0aad967529f21a8d0d4047fd23103a42b4c6feec /x11/xephem/Makefile | |
parent | a3ec53ab8e0a59733037900906db5c5c88fe32e8 (diff) | |
download | pkgsrc-d2d450a27a7d9047a76878561829ae380dd93ac7.tar.gz |
Add xephem-license, set LICENSE, and set RESTRICTED and NO_*_ON_*.
Diffstat (limited to 'x11/xephem/Makefile')
-rw-r--r-- | x11/xephem/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/x11/xephem/Makefile b/x11/xephem/Makefile index 713b6bfae4a..aa989cfe88d 100644 --- a/x11/xephem/Makefile +++ b/x11/xephem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2006/03/04 21:31:12 jlam Exp $ +# $NetBSD: Makefile,v 1.37 2006/05/10 14:42:52 gdt Exp $ DISTNAME= xephem-3.6.4 PKGREVISION= 2 @@ -6,11 +6,16 @@ CATEGORIES= x11 MASTER_SITES= http://www.clearskyinstitute.com/xephem/ \ ftp://iphcip1.physik.uni-mainz.de/pub/xephem/ -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://www.clearskyinstitute.com/xephem/ COMMENT= Interactive astronomical ephemeris program -LICENSE= no-commercial-use +LICENSE= xephem-license +RESTRICTED= No permission to distribute distfile or binary package. +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR}/${DISTNAME}/GUI/xephem USE_IMAKE= yes |