# $MidnightBSD: mports/print/cups-client/Makefile,v 1.2 2012/02/10 14:16:25 laffer1 Exp $
# $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"
