Add py3-pycups: slave port of py-pycups
- Add SLAVEDIRS to py-pycups Requested by: kwm
This commit is contained in:
parent
853b5636c1
commit
d8621f978a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439629
@ -204,6 +204,7 @@
|
||||
SUBDIR += py-rtf
|
||||
SUBDIR += py-trml2pdf
|
||||
SUBDIR += py3-fonttools
|
||||
SUBDIR += py3-pycups
|
||||
SUBDIR += qpdf
|
||||
SUBDIR += qpdfview
|
||||
SUBDIR += qt5-printsupport
|
||||
|
@ -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>
|
||||
|
||||
|
10
print/py3-pycups/Makefile
Normal file
10
print/py3-pycups/Makefile
Normal file
@ -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"
|
Loading…
Reference in New Issue
Block a user