[Midnightbsd-cvs] mports [16468] trunk/print/pdflib/Makefile: revise license

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 19 07:01:53 EDT 2014


Revision: 16468
          http://svnweb.midnightbsd.org/mports/?rev=16468
Author:   laffer1
Date:     2014-08-19 07:01:53 -0400 (Tue, 19 Aug 2014)
Log Message:
-----------
revise license

Modified Paths:
--------------
    trunk/print/pdflib/Makefile

Modified: trunk/print/pdflib/Makefile
===================================================================
--- trunk/print/pdflib/Makefile	2014-08-19 10:51:18 UTC (rev 16467)
+++ trunk/print/pdflib/Makefile	2014-08-19 11:01:53 UTC (rev 16468)
@@ -2,19 +2,21 @@
 
 PORTNAME=	pdflib
 PORTVERSION=	7.0.5
+PORTREVISION=	1
 CATEGORIES=	print perl5 java
 MASTER_SITES=	http://www.pdflib.com/binaries/PDFlib/${PORTVERSION:S/.//g}/
 DISTNAME=	PDFlib-Lite-${PORTVERSION}p3
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A C library for dynamically generating PDF
-LICENSE=	restricted
+COMMENT=	C library for dynamically generating PDF
 
-RESTRICTED=	many odd restrictions on usage and distribution
+LICENSE=	pdflib
+LICENSE_NAME=	PDFLib Lite License Agreement
+LICENSE_PERMS=	dist-mirror pkg-mirror
+LICENSE_TEXT=	Free for private or research use, and for open source use
 
 USE_LDCONFIG=	yes
-USE_GMAKE=	yes
-#USE_AUTOTOOLS=	libtool
+USES=		gmake libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-py=no --with-ruby=no --with-tcl=no \
 		--enable-shared=yes --enable-static=yes



More information about the Midnightbsd-cvs mailing list