aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2009-05-18 15:11:38 +0800
committerdinoex <dinoex@FreeBSD.org>2009-05-18 15:11:38 +0800
commit28eb9551b320d6bcb3de4e825c3ee7e92340890a (patch)
tree6d950a1537cef3fd9776dc3f7bb0a0af672ad846 /print
parent3fd3998f953c7447d4b29efe42b12b1e9c64bf60 (diff)
downloadfreebsd-ports-gnome-28eb9551b320d6bcb3de4e825c3ee7e92340890a.tar.gz
freebsd-ports-gnome-28eb9551b320d6bcb3de4e825c3ee7e92340890a.tar.zst
freebsd-ports-gnome-28eb9551b320d6bcb3de4e825c3ee7e92340890a.zip
- add seperate pkg_descr
Diffstat (limited to 'print')
-rw-r--r--print/cups-base/Makefile6
-rw-r--r--print/cups-base/pkg-descr1
-rw-r--r--print/cups-base/pkg-descr.client5
-rw-r--r--print/cups-base/pkg-descr.image5
4 files changed, 14 insertions, 3 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile
index 59503b205f17..3d7940816ba3 100644
--- a/print/cups-base/Makefile
+++ b/print/cups-base/Makefile
@@ -62,23 +62,25 @@ CUPSSYSGRP= wheel
.if defined(CUPS_CLIENT)
CUPS_SUFFIX= -client
-COMMENT2= Library cupsimage
+COMMENT2= Library cups
INSTALL_WRKSRC= ${WRKSRC}/cups
PLIST= ${MASTERDIR}/pkg-plist.client
USE_LDCONFIG= yes
PKGMESSAGE= ${NONEXISTENT}
+DESCR= ${MASTERDIR}/pkg-descr.client
.elif defined(CUPS_IMAGE)
CUPS_SUFFIX= -image
LIB_DEPENDS+= cups.2:${PORTSDIR}/${PKGCATEGORY}/cups-client \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff
-COMMENT2= Library cups
+COMMENT2= Library cupsimage
CONFIGURE_ARGS+= --disable-pdftops
INSTALL_WRKSRC= ${WRKSRC}/filter
PLIST= ${MASTERDIR}/pkg-plist.image
USE_LDCONFIG= yes
PKGMESSAGE= ${NONEXISTENT}
+DESCR= ${MASTERDIR}/pkg-descr.image
.else
CUPS_SUFFIX= -base
LIB_DEPENDS+= cups.2:${PORTSDIR}/${PKGCATEGORY}/cups-client \
diff --git a/print/cups-base/pkg-descr b/print/cups-base/pkg-descr
index 8c646403b08e..0eddd683c2fd 100644
--- a/print/cups-base/pkg-descr
+++ b/print/cups-base/pkg-descr
@@ -18,7 +18,6 @@ that use these filters. This software is available in the cups-pstoraster
port.
LICENSE: GPL2 only with exception to link with OpenSSL
-LICENSE: LGPL2 only with exception to link with OpenSSL (inlcudes, librarys)
WWW: http://www.cups.org/
[original text by greid@ukug.uk.freebsd.org]
diff --git a/print/cups-base/pkg-descr.client b/print/cups-base/pkg-descr.client
new file mode 100644
index 000000000000..8639c4fb5c1b
--- /dev/null
+++ b/print/cups-base/pkg-descr.client
@@ -0,0 +1,5 @@
+This provides libcups for applications to access CUPS.
+
+LICENSE: LGPL2 only with exception to link with OpenSSL
+
+WWW: http://www.cups.org/
diff --git a/print/cups-base/pkg-descr.image b/print/cups-base/pkg-descr.image
new file mode 100644
index 000000000000..ee790508f069
--- /dev/null
+++ b/print/cups-base/pkg-descr.image
@@ -0,0 +1,5 @@
+This provides libcupsimage for applications to process CUPS raster files.
+
+LICENSE: LGPL2 only with exception to link with OpenSSL
+
+WWW: http://www.cups.org/