aboutsummaryrefslogtreecommitdiff
path: root/print/cups-image
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-05-16 08:54:14 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-05-16 08:54:14 +0000
commitfa55ada041b07c6dd32c02607cabbd223c370e19 (patch)
tree36d3c289387b50040cff4b2d34c3458bcf0de04d /print/cups-image
parent8d16c7b5339ebb79c67e6cb3480818382332845c (diff)
Notes
Diffstat (limited to 'print/cups-image')
-rw-r--r--print/cups-image/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/print/cups-image/Makefile b/print/cups-image/Makefile
new file mode 100644
index 000000000000..9d3cd1efe827
--- /dev/null
+++ b/print/cups-image/Makefile
@@ -0,0 +1,21 @@
+# 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"