blob: d41071d1a8674c443d8fbd8897a0be32fc110e2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: cups
# Date created: 05 January 2001
# Whom: George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= cups
PORTVERSION= ${CUPS_PORTVER}
CATEGORIES?= print
MASTER_SITES= # empty
DISTFILES= # none
EXTRACT_ONLY= # empty
MAINTAINER= ports@geeksrus.net
LIB_DEPENDS?= cups.2:${.CURDIR}/../../print/cups-base
RUN_DEPENDS?= espgs:${.CURDIR}/../../print/cups-pstoraster \
${LOCALBASE}/sbin/cupsaddsmb:${.CURDIR}/../../print/cups-lpr
NO_BUILD= true
do-install: # empty
do-patch: # empty
.include "${.CURDIR}/../../print/cups/Makefile.inc"
.include <bsd.port.mk>
|