freebsd-ports/print/cups/Makefile
Sergey Matveychuk 4b20f10627 - Update to 1.1.23
- Build with GNUTLS isntead of OpenSSL by default to fix FireFox issues
- Fixed man languages
- Change maintainer e-mail
- Pass maintainership of print/cups to submitter

PR:		ports/76337
Submitted by:	Sergey Akifyev <asa(at)agava.com> (maintainer of cups-base and cups-lpr)
2005-01-24 17:23:00 +00:00

42 lines
875 B
Makefile

# ex:ts=8 -*-mode: makefile-*-
#
# New ports collection makefile for: cups
# Date created: 2003-01-22
# Whom: Alan Eldridge <alane@geeksrus.net>
#
# $FreeBSD$
#
PORTNAME= cups
PORTVERSION= ${CUPS_PORTVER}
PORTREVISION= ${CUPS_PORTREV}
PORTEPOCH= ${CUPS_PORTEPOCH}
CATEGORIES= print
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= asa@agava.com
COMMENT= The Common UNIX Printing System: Metaport to install complete system
LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
RUN_DEPENDS+= espgs:${PORTSDIR}/print/cups-pstoraster \
${LOCALBASE}/sbin/cupsaddsmb:${PORTSDIR}/print/cups-lpr
.if make(package)
DEPENDS_TARGET="package"
.endif # make(package)
USE_PERL5= yes
NO_BUILD= true
do-patch:
${DO_NADA}
do-install:
${DO_NADA}
.include "${.CURDIR}/../../print/cups/Makefile.common"
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>