mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
19 lines
346 B
Makefile
19 lines
346 B
Makefile
COMMENT= BDF format bitmap font file parser library in Python
|
|
|
|
MODPY_DISTV= 2.2.0
|
|
DISTNAME= bdfparser-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
CATEGORIES= graphics sysutils
|
|
REVISION= 2
|
|
|
|
HOMEPAGE= https://font.tomchen.org/bdfparser_py/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
.include <bsd.port.mk>
|