freebsd-ports/print/cups-client/Makefile
Dirk Meyer 3e44710066 - better wording of GNUTLS option
Submitted by:	mandree
2011-08-25 14:53:02 +00:00

21 lines
413 B
Makefile

# New ports collection makefile for: cups-client
# Date created: 07.May 2009
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
CATEGORIES= print
MAINTAINER= dinoex@FreeBSD.org
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"