aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-28 20:24:38 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-28 20:24:38 +0000
commitd8621f978af230809423164d37c6f2e3a44f847c (patch)
tree8a6616623d62cf7f730481f7e4f0a02288020fb8 /print
parent853b5636c1ec63631f12ed60161ba97ead9c88ec (diff)
downloadports-d8621f978af230809423164d37c6f2e3a44f847c.tar.gz
ports-d8621f978af230809423164d37c6f2e3a44f847c.zip
Add py3-pycups: slave port of py-pycups
- Add SLAVEDIRS to py-pycups Requested by: kwm
Notes
Notes: svn path=/head/; revision=439629
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/py-pycups/Makefile4
-rw-r--r--print/py3-pycups/Makefile10
3 files changed, 14 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile
index 7da3edcbc46d..0be320e728cb 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -204,6 +204,7 @@
SUBDIR += py-rtf
SUBDIR += py-trml2pdf
SUBDIR += py3-fonttools
+ SUBDIR += py3-pycups
SUBDIR += qpdf
SUBDIR += qpdfview
SUBDIR += qt5-printsupport
diff --git a/print/py-pycups/Makefile b/print/py-pycups/Makefile
index 6e82a0a86b42..eaf784e0d017 100644
--- a/print/py-pycups/Makefile
+++ b/print/py-pycups/Makefile
@@ -17,7 +17,9 @@ LICENSE_COMB= dual
LIB_DEPENDS= libcups.so:print/cups
USE_PYTHON= autoplist concurrent distutils
-USES= iconv localbase python tar:bzip2
+USES?= iconv localbase python tar:bzip2
+
+SLAVEDIRS= print/py3-pycups
.include <bsd.port.pre.mk>
diff --git a/print/py3-pycups/Makefile b/print/py3-pycups/Makefile
new file mode 100644
index 000000000000..dd9502fde78d
--- /dev/null
+++ b/print/py3-pycups/Makefile
@@ -0,0 +1,10 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+USES= iconv localbase python:3.3+ tar:bzip2
+
+PORTSCOUT= ignore:1
+
+MASTERDIR= ${.CURDIR}/../py-pycups
+
+.include "${MASTERDIR}/Makefile"