mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +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
41 lines
1012 B
Makefile
41 lines
1012 B
Makefile
# New ports collection makefile for: cups-lpr
|
|
# Date created: 29 November 2001
|
|
# By: James Halstead <jah4007@cs.rit.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cups-lpr
|
|
PORTVERSION= ${VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://ftp.easysw.com/pub/cups/${VERSION}/ \
|
|
ftp://ftp2.easysw.com/pub/cups/${VERSION}/ \
|
|
ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/${VERSION}/ \
|
|
ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${VERSION}/
|
|
DISTNAME= cups-${VERSION}-source
|
|
|
|
MAINTAINER= jah4007@cs.rit.edu
|
|
|
|
VERSION= 1.1.12
|
|
|
|
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
|
|
|
|
USE_BZIP2= yes
|
|
|
|
WRKSRC= ${WRKDIR}/cups-${VERSION}
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --localstatedir=/var
|
|
|
|
MAN1= cancel.1 lp.1 lpoptions.1 lpq.1 lpr.1 lprm.1 lpstat.1 \
|
|
lppasswd.1
|
|
MAN8= accept.8 disable.8 enable.8 lpadmin.8 lpc.8 lpinfo.8 \
|
|
lpmove.8 cupsaddsmb.8
|
|
MLINKS= accept.8 reject.8
|
|
|
|
post-install:
|
|
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|