freebsd-ports/x11-fonts/py-bdflib/Makefile
Sunpoet Po-Chuan Hsieh 1c5d16d28b Update to 1.0.4
- Update MASTER_SITES
- Relax USES=python
- Allow concurrent installation (USE_PYTHON=concurrent)

Changes:	https://gitlab.com/Screwtapello/bdflib/commits/master
2018-10-20 14:50:41 +00:00

24 lines
510 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= bdflib
PORTVERSION= 1.0.4
DISTVERSIONPREFIX= v
CATEGORIES= x11-fonts python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Library for working with BDF font files
LICENSE= GPLv3
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e '/version=/ s|guess_version()|"${PORTVERSION}"|' ${WRKSRC}/setup.py
.include <bsd.port.mk>