diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-29 04:24:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-29 04:24:38 +0800 |
commit | 54698af80004b4ed3a6340ae7a218f9ae5d60bf2 (patch) | |
tree | 8a6616623d62cf7f730481f7e4f0a02288020fb8 /print | |
parent | 1e7e7ec58bfc8adaeb9c7bdf220b87a7c57dad80 (diff) | |
download | freebsd-ports-gnome-54698af80004b4ed3a6340ae7a218f9ae5d60bf2.tar.gz freebsd-ports-gnome-54698af80004b4ed3a6340ae7a218f9ae5d60bf2.tar.zst freebsd-ports-gnome-54698af80004b4ed3a6340ae7a218f9ae5d60bf2.zip |
Add py3-pycups: slave port of py-pycups
- Add SLAVEDIRS to py-pycups
Requested by: kwm
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/py-pycups/Makefile | 4 | ||||
-rw-r--r-- | print/py3-pycups/Makefile | 10 |
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" |