mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
fe4367493e
- Hand over to python@ team, they will probably take better care of it Discussed with: mva, wg
24 lines
513 B
Makefile
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>
|