diff options
author | gdt <gdt@pkgsrc.org> | 2013-01-05 00:34:11 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2013-01-05 00:34:11 +0000 |
commit | f41ed223bb81ccf86d4ba4bc046017ee460f9178 (patch) | |
tree | 846c83421bfee4b1df1323622ef7d2645e3a19b0 /print | |
parent | 8e48b9736e1dd9416e9614c60f6a0c8035799696 (diff) | |
download | pkgsrc-f41ed223bb81ccf86d4ba4bc046017ee460f9178.tar.gz |
LICENSE=, RESTRICTED=, set NO_*_ON_*.
The license is only available as a pdf, and I decline to extract and
check in text.
This license is clearly non-Free, and no permission is granted to
distribute source or binaries, so set NO_*_ON_*.
Fixes PR pkg/43210.
Diffstat (limited to 'print')
-rw-r--r-- | print/pdflib/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index e0a310b75f7..3635dd005c6 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2012/10/08 13:45:43 asau Exp $ +# $NetBSD: Makefile,v 1.33 2013/01/05 00:34:11 gdt Exp $ .include "Makefile.common" @@ -6,6 +6,14 @@ PKGNAME= pdflib-${PDFLIB_BASE_VERS} PKGREVISION= 13 COMMENT= C library to produce PDF files +# Available only as a pdf, so it is not present in licenses/ +LICENSE= pdflib-license +RESTRICTED= No permission to redistribute +NO_SOURCE_ON_FTP= ${RESTRICTED} +NO_SOURCE_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} + PKG_INSTALLATION_TYPES= overwrite pkgviews BUILD_TARGET= pdflib |