summaryrefslogtreecommitdiff
path: root/print/cups-image/Makefile
blob: d772197524e822cd2c7c6c42a88ea693a154f4c1 (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_IMAGE=	yes

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

.include "${MASTERDIR}/Makefile"