1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/print/cups/Makefile
Will Andrews d32643d595 Break out the CUPS port into two parts: cups-base (libraries only) and
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
2001-12-04 01:10:42 +00:00

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>