mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
22 lines
399 B
Makefile
22 lines
399 B
Makefile
# New ports collection makefile for: cups-image
|
|
# Date created: 16.May 2009
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= print
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
MASTERDIR?= ${.CURDIR}/../cups-base
|
|
|
|
CUPS_IMAGE= yes
|
|
|
|
OPTIONS= GNUTLS "Build with GNUTLS library" on
|
|
|
|
.if exists(${.CURDIR}/Makefile.local)
|
|
.include "${.CURDIR}/Makefile.local"
|
|
.endif
|
|
|
|
.include "${MASTERDIR}/Makefile"
|