mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
38bd336744
MDNSRESPONDER id now the default option for print/cups-base (can't be compiled without dnssd).
23 lines
527 B
Makefile
23 lines
527 B
Makefile
# Created by: Alan Eldridge <alane@geeksrus.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cups
|
|
PORTVERSION= 1.7.2
|
|
CATEGORIES= print
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Common UNIX Printing System: Metaport to install complete system
|
|
|
|
BUILD_DEPENDS= espgs:${PORTSDIR}/${PKGCATEGORY}/cups-pstoraster \
|
|
lpr-cups:${PORTSDIR}/${PKGCATEGORY}/cups-base \
|
|
ttfread:${PORTSDIR}/${PKGCATEGORY}/cups-filters
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_BUILD= yes
|
|
NO_INSTALL= yes
|
|
NO_MTREE= yes
|
|
|
|
.include <bsd.port.mk>
|