# $MidnightBSD: trunk/print/cups-client/Makefile 15964 2014-03-01 01:44:36Z laffer1 $
# $FreeBSD: ports/print/cups-client/Makefile,v 1.4 2011/08/25 14:53:02 dinoex Exp $

CATEGORIES=	print

MAINTAINER=	ports@MidnightBSD.ORG

LICENSE=	gpl2

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

OPTIONS=	GNUTLS		"Build with GNUTLS instead of OpenSSL" off

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

.include "${MASTERDIR}/Makefile"
