aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2009-05-16 16:54:14 +0800
committerdinoex <dinoex@FreeBSD.org>2009-05-16 16:54:14 +0800
commitebe66255157a0c7de3e52166e470f799bf848c28 (patch)
treeb06fec6adb7201defba2579aae6a10343226f115 /print
parent5069873c0d648fefecb73e7071cb4558e1da0ac1 (diff)
downloadfreebsd-ports-gnome-ebe66255157a0c7de3e52166e470f799bf848c28.tar.gz
freebsd-ports-gnome-ebe66255157a0c7de3e52166e470f799bf848c28.tar.zst
freebsd-ports-gnome-ebe66255157a0c7de3e52166e470f799bf848c28.zip
- new slave port cups-image
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/cups-image/Makefile21
2 files changed, 22 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile
index bb36968f555f..743266b32b85 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -48,6 +48,7 @@
SUBDIR += cups-base
SUBDIR += cups-bjnp
SUBDIR += cups-client
+ SUBDIR += cups-image
SUBDIR += cups-magicolor
SUBDIR += cups-pdf
SUBDIR += cups-pstoraster
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"