aboutsummaryrefslogtreecommitdiffstats
path: root/print/cups-client/Makefile
blob: 113a5b8199a1196f7a70701f1338789760f6334c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

CATEGORIES= print

MAINTAINER= ports@FreeBSD.org

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

NO_STAGE=   yes

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

.include "${MASTERDIR}/Makefile"