# New ports collection makefile for:	cups-image
# Date created:		16.May 2009
# Whom:			dirk.meyer@dinoex.sub.org
#
# $FreeBSD: ports/print/cups-image/Makefile,v 1.3 2011/08/27 09:02:10 dinoex Exp $

CATEGORIES=	print

MAINTAINER=	dinoex@FreeBSD.org

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

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

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

.include "${MASTERDIR}/Makefile"
