aboutsummaryrefslogtreecommitdiffstats
path: root/print/cups-client/Makefile
blob: fda97f9df12a2d9be5ed99836036ac99fc16fb3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    cups-client
# Date created:     07.May 2009
# Whom:         dirk.meyer@dinoex.sub.org
#
# $FreeBSD$

CATEGORIES= print

MAINTAINER= dinoex@FreeBSD.org

MASTERDIR?= ${.CURDIR}/../cups-base
 
CUPS_CLIENT=    yes

OPTIONS=    GNUTLS      "Build with GNUTLS library" on

.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif

.include "${MASTERDIR}/Makefile"