1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/x11-fonts/py-bdflib/Makefile
Alexey Dokuchaev fe4367493e - Tighten USE_PYTHON as it said to be not compatible with Python 3.x+
- Hand over to python@ team, they will probably take better care of it

Discussed with:	mva, wg
2013-11-07 01:31:09 +00:00

24 lines
513 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= bdflib
PORTVERSION= 1.0.0
CATEGORIES= x11-fonts python
MASTER_SITES= CHEESESHOP/source/b/${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= Library for working with BDF font files
LICENSE= GPLv3
USE_PYTHON= 2
USE_PYDISTUTILS= yes
post-patch:
@${REINPLACE_CMD} -e '/def/!s,guess_version(),"${PORTVERSION}",' \
${WRKSRC}/${PYSETUP}
.include <bsd.port.mk>