1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/print/cups-lpr/Makefile
Alan Eldridge dcaccdf685 1. Make cups-pstoraster a dependency. This will help ensure that anyone who
is actually using cups gets it.
2. Bump PORTREVISION because of the added dependency, so a new package will
   get installed.
2002-07-31 18:40:03 +00:00

34 lines
806 B
Makefile

# New ports collection makefile for: cups-lpr
# Date created: 29 November 2001
# Whom: James Halstead <jah4007@cs.rit.edu>
#
# $FreeBSD$
#
PORTNAME= cups-lpr
PORTVERSION= ${CUPS_PORTVER}
PORTREVISION= 1
CATEGORIES?= print
MAINTAINER= jah4007@cs.rit.edu
LIB_DEPENDS= cups.2:${.CURDIR}/../../print/cups-base
RUN_DEPENDS= espgs:${.CURDIR}/../../print/cups-pstoraster
MAN1= lp.1 lpoptions.1 lpq.1 lpr.1 lprm.1 lpstat.1 \
lppasswd.1
MAN8= accept.8 enable.8 lpadmin.8 lpc.8 lpinfo.8 \
lpmove.8 cupsaddsmb.8
USE_SUBMAKE= yes # required for MLINKS support
MLINKS= accept.8 reject.8
MLINKS+= enable.8 disable.8
MLINKS+= lp.1 cancel.1
post-install:
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
.include "${.CURDIR}/../../print/cups/Makefile.inc"
.include <bsd.port.mk>