aboutsummaryrefslogtreecommitdiffstats
path: root/print/cups/Makefile
blob: 00ae5b9070ec3abe9eca477f3295d125ece9f782 (plain) (blame)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# ex:ts=8   -*-mode: makefile-*-
#
# New ports collection makefile for:    cups
# Date created:     2003-01-22
# Whom:         Alan Eldridge <alane@geeksrus.net>
#
# $FreeBSD$
#

PORTNAME=   cups
PORTVERSION=    ${CUPS_PORTVER}
PORTREVISION=   0
PORTEPOCH=  ${CUPS_PORTEPOCH}
CATEGORIES= print
MASTER_SITES=   # empty
DISTFILES=  # empty
EXTRACT_ONLY=   # empty

MAINTAINER= alane@FreeBSD.org

LIB_DEPENDS+=   cups.2:${.CURDIR}/../../print/cups-base
RUN_DEPENDS+=   espgs:${.CURDIR}/../../print/cups-pstoraster \
        ${LOCALBASE}/sbin/cupsaddsmb:${.CURDIR}/../../print/cups-lpr

.if make(package)
DEPENDS_TARGET="package"
.endif # make(package)

USE_PERL5=  yes
NO_BUILD=   true

do-patch:
    ${DO_NADA}

do-install:
    ${DO_NADA}

.include "${.CURDIR}/../../print/cups/Makefile.common"
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>

#EOF