mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
d32643d595
cups-lpr (LP* replacement). This is done to avoid clashing LPR systems but still allow programs to compile with CUPS support. This is essential for the upcoming KDE 2.2.2 upgrade. Note that ports/print/cups is now a meta-port for the two subports, to preserve POLA. Hence, this commit starts the new life for cups packages. Bump PORTREVISION on all three accordingly. PR: 32321 Reported by: gad Submitted by: maintainer
27 lines
525 B
Makefile
27 lines
525 B
Makefile
# New ports collection makefile for: cups
|
|
# Date created: 05 January 2001
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cups
|
|
PORTVERSION= ${VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= print
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # none
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= jah4007@cs.rit.edu
|
|
|
|
VERSION= 1.1.12
|
|
|
|
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
|
|
RUN_DEPENDS= ${LOCALBASE}/sbin/cupsaddsmb:${PORTSDIR}/print/cups-lpr
|
|
|
|
NO_BUILD= true
|
|
do-install: # empty
|
|
|
|
.include <bsd.port.mk>
|