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

CATEGORIES=	print

MAINTAINER=	c.petrik.sosa@gmail.com

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

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

.include "${MASTERDIR}/Makefile"