Add py-fonttools-lxml-ufo (slave port of py-fonttools)
PR: 237672 Submitted by: swills
This commit is contained in:
parent
98b573406d
commit
3ca4253c85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505780
@ -182,6 +182,7 @@
|
||||
SUBDIR += pstotext
|
||||
SUBDIR += psutils
|
||||
SUBDIR += py-fonttools
|
||||
SUBDIR += py-fonttools-lxml-ufo
|
||||
SUBDIR += py-fpdf
|
||||
SUBDIR += py-pdf
|
||||
SUBDIR += py-pdf2
|
||||
|
11
print/py-fonttools-lxml-ufo/Makefile
Normal file
11
print/py-fonttools-lxml-ufo/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PKGNAMESUFFIX= -lxml-ufo
|
||||
|
||||
COMMENT= Open source library for manipulating fonts, written in Python, with LXML and UFO options
|
||||
|
||||
OPTIONS_SLAVE= LXML UFO
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../py-fonttools
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Open source library for manipulating fonts, written in Python
|
||||
COMMENT?= Open source library for manipulating fonts, written in Python
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user