From d8621f978af230809423164d37c6f2e3a44f847c Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 28 Apr 2017 20:24:38 +0000 Subject: [PATCH] Add py3-pycups: slave port of py-pycups - Add SLAVEDIRS to py-pycups Requested by: kwm --- print/Makefile | 1 + print/py-pycups/Makefile | 4 +++- print/py3-pycups/Makefile | 10 ++++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 print/py3-pycups/Makefile 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 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 +# $FreeBSD$ + +USES= iconv localbase python:3.3+ tar:bzip2 + +PORTSCOUT= ignore:1 + +MASTERDIR= ${.CURDIR}/../py-pycups + +.include "${MASTERDIR}/Makefile"