summaryrefslogtreecommitdiff
path: root/print/tcl-pdflib
diff options
context:
space:
mode:
authorgdt <gdt>2013-01-06 13:35:18 +0000
committergdt <gdt>2013-01-06 13:35:18 +0000
commit9e8842442865b33fb0823ac625f8fe72eb85d856 (patch)
tree63e7db38e4f21222f6c3cffc2275723b195af648 /print/tcl-pdflib
parent47983e490a67b235bdd8e1f7bc3cc481efc63f06 (diff)
downloadpkgsrc-9e8842442865b33fb0823ac625f8fe72eb85d856.tar.gz
Set LICENSE and NO_*_ON_*; PKGREVISION++.
This uses the pdflib distfile, so it inherits the treatment. (Perhaps these lines should have been set in Makefile.common.)
Diffstat (limited to 'print/tcl-pdflib')
-rw-r--r--print/tcl-pdflib/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/print/tcl-pdflib/Makefile b/print/tcl-pdflib/Makefile
index 09eb2fb4312..34c0d6192d3 100644
--- a/print/tcl-pdflib/Makefile
+++ b/print/tcl-pdflib/Makefile
@@ -1,11 +1,19 @@
-# $NetBSD: Makefile,v 1.26 2012/10/08 13:45:47 asau Exp $
+# $NetBSD: Makefile,v 1.27 2013/01/06 13:35:18 gdt Exp $
.include "../../print/pdflib/Makefile.common"
PKGNAME= tcl-pdflib-${PDFLIB_BASE_VERS}
-PKGREVISION= 13
+PKGREVISION= 14
COMMENT= Tcl interface to PDFlib for generating 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}
+
MAKE_JOBS_SAFE= no
BUILDLINK_API_DEPENDS.pdflib+= pdflib>=${PDFLIB_BASE_VERS}