aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-05-07 10:17:42 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-05-07 10:17:42 +0000
commit327d601bd83af41969d3606311b62967c15d5c90 (patch)
tree3b40d505449d72c628b46e88a7f1524c0d62c239 /print
parent09b164f3d3cf67754bfc57a1a675235ca618dab8 (diff)
downloadports-327d601bd83af41969d3606311b62967c15d5c90.tar.gz
ports-327d601bd83af41969d3606311b62967c15d5c90.zip
CUPS Slave port for installing includes files and libs.
Notes
Notes: svn path=/head/; revision=233356
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/cups-client/Makefile22
2 files changed, 23 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile
index 2bfecaea9682..ab9ebd01128a 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -45,6 +45,7 @@
SUBDIR += cpp2latex
SUBDIR += cups
SUBDIR += cups-base
+ SUBDIR += cups-client
SUBDIR += cups-magicolor
SUBDIR += cups-pdf
SUBDIR += cups-pstoraster
diff --git a/print/cups-client/Makefile b/print/cups-client/Makefile
new file mode 100644
index 000000000000..11d87d8c5df9
--- /dev/null
+++ b/print/cups-client/Makefile
@@ -0,0 +1,22 @@
+# 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
+WITHOUT_GNUTLS= yes
+
+OPTIONS= GNUTLS "Build with GNUTLS library" on
+
+.if exists(${.CURDIR}/Makefile.local)
+.include "${.CURDIR}/Makefile.local"
+.endif
+
+.include "${MASTERDIR}/Makefile"