From 9e8842442865b33fb0823ac625f8fe72eb85d856 Mon Sep 17 00:00:00 2001 From: gdt Date: Sun, 6 Jan 2013 13:35:18 +0000 Subject: 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.) --- print/tcl-pdflib/Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'print/tcl-pdflib') 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} -- cgit v1.2.3