diff options
author | gdt <gdt> | 2013-01-05 00:34:11 +0000 |
---|---|---|
committer | gdt <gdt> | 2013-01-05 00:34:11 +0000 |
commit | 5aeb7350a3c3c0127f1c7d443d9beb79043d8d4e (patch) | |
tree | 846c83421bfee4b1df1323622ef7d2645e3a19b0 /print | |
parent | d8f06a9e9382a11159e3e84b45f6387b73fcdf54 (diff) | |
download | pkgsrc-5aeb7350a3c3c0127f1c7d443d9beb79043d8d4e.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 |