1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/print/cups/Makefile
Boris Samorodov 38bd336744 print/cups{,-base,-client,-image}: update to version 1.7.2
MDNSRESPONDER id now the default option for print/cups-base
(can't be compiled without dnssd).
2014-04-23 19:56:18 +00:00

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>