mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
f9be1a26da
Alan Eldridge Born December 15, 1961 in Iowa Died June 6, 2003 in Denver, Colorado Thank you for your contributions, you will be greatly missed.
44 lines
900 B
Makefile
44 lines
900 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= ports@FreeBSD.org
|
|
COMMENT= The Common UNIX Printing System: Metaport to install complete system
|
|
|
|
LIB_DEPENDS+= cups.2:${.CURDIR}/../../print/cups-base
|
|
RUN_DEPENDS+= espgs:${.CURDIR}/../../print/cups-pstoraster \
|
|
${LOCALBASE}/sbin/cupsaddsmb:${.CURDIR}/../../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>
|
|
|
|
#EOF
|