e457486200
Reported by: portscout
23 lines
517 B
Makefile
23 lines
517 B
Makefile
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= python-djvulibre
|
|
DISTVERSION= 0.8.4
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Python support for the DjVu image format
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre
|
|
|
|
USES= python pkgconfig
|
|
USE_PYTHON= autoplist distutils cython
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|'python'|'${PYTHON_CMD}'|g" ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|