diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-05-17 23:48:39 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-05-17 23:48:39 +0800 |
commit | 6d0b150a25049c0c1ca456dfacf009a5a02eac53 (patch) | |
tree | 8aed00226123b75cf879b5dc3bdbf739e9e06d46 /print/cups-base | |
parent | 7dc136551e851b97503c90fdc341c5ec9333e4db (diff) | |
download | freebsd-ports-gnome-6d0b150a25049c0c1ca456dfacf009a5a02eac53.tar.gz freebsd-ports-gnome-6d0b150a25049c0c1ca456dfacf009a5a02eac53.tar.zst freebsd-ports-gnome-6d0b150a25049c0c1ca456dfacf009a5a02eac53.zip |
- extend COMMENT master and slave ports
Diffstat (limited to 'print/cups-base')
-rw-r--r-- | print/cups-base/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 4a30536ac7cc..59503b205f17 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= EASYSW/${PORTNAME}/${DISTVERSION} PKGNAMESUFFIX= ${CUPS_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org -COMMENT= Common UNIX Printing System +COMMENT= Common UNIX Printing System: ${COMMENT2} CONFLICTS= LPRng-[0-9]* @@ -62,6 +62,7 @@ CUPSSYSGRP= wheel .if defined(CUPS_CLIENT) CUPS_SUFFIX= -client +COMMENT2= Library cupsimage INSTALL_WRKSRC= ${WRKSRC}/cups PLIST= ${MASTERDIR}/pkg-plist.client USE_LDCONFIG= yes @@ -72,6 +73,7 @@ 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 CONFIGURE_ARGS+= --disable-pdftops INSTALL_WRKSRC= ${WRKSRC}/filter PLIST= ${MASTERDIR}/pkg-plist.image @@ -83,6 +85,7 @@ LIB_DEPENDS+= cups.2:${PORTSDIR}/${PKGCATEGORY}/cups-client \ cupsimage.2:${PORTSDIR}/${PKGCATEGORY}/cups-image # force build if old cups is installed. BUILD_DEPENDS+= ${LOCALBASE}/lib/libcups.a:${PORTSDIR}/${PKGCATEGORY}/cups-client +COMMENT2= Server USE_RC_SUBR= cupsd .endif |