1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- add LICENSE

This commit is contained in:
Dirk Meyer 2010-11-15 09:06:06 +00:00
parent 03b04c6c13
commit dcd7353e7d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264571
4 changed files with 6 additions and 4 deletions

View File

@ -68,11 +68,14 @@ CUPSSYSGRP= wheel
# UNIQUENAME must be set before bsd.port.pre.mk so OPTIONSFILE can be included
.if defined(CUPS_CLIENT)
LICENSE= LGPL21
CUPS_SUFFIX= -client
.elif defined(CUPS_IMAGE)
CUPS_SUFFIX= -image
LICENSE= LGPL21
.else
CUPS_SUFFIX= -base
CONFLICTS+= cupsddk-*
.endif
.include <bsd.port.pre.mk>
@ -97,7 +100,6 @@ USE_LDCONFIG= yes
PKGMESSAGE= ${NONEXISTENT}
DESCR= ${MASTERDIR}/pkg-descr.image
.else
CONFLICTS+= cupsddk-*
LIB_DEPENDS+= cups.2:${PORTSDIR}/${PKGCATEGORY}/cups-client \
cupsimage.2:${PORTSDIR}/${PKGCATEGORY}/cups-image
# force build if old cups is installed.

View File

@ -17,7 +17,7 @@ non-PostScript printers. Sample drivers for HP and EPSON printers are included
that use these filters. This software is available in the cups-pstoraster
port.
LICENSE: GPL2 only with exception to link with OpenSSL
LICENSE: GPL2 or later with exception to link with OpenSSL
WWW: http://www.cups.org/
[original text by greid@ukug.uk.freebsd.org]

View File

@ -1,5 +1,5 @@
This provides libcups for applications to access CUPS.
LICENSE: LGPL2 only with exception to link with OpenSSL
LICENSE: LGPL2 or later with exception to link with OpenSSL
WWW: http://www.cups.org/

View File

@ -1,5 +1,5 @@
This provides libcupsimage for applications to process CUPS raster files.
LICENSE: LGPL2 only with exception to link with OpenSSL
LICENSE: LGPL2 or later with exception to link with OpenSSL
WWW: http://www.cups.org/