mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
856c8cd263
PR: ports/188873 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket)
22 lines
515 B
Makefile
22 lines
515 B
Makefile
# Created by: Valeri Vassiliev
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pybookreader
|
|
PORTVERSION= 0.5.0
|
|
PORTREVISION= 7
|
|
CATEGORIES= deskutils python
|
|
MASTER_SITES= SF/${PORTNAME}/PyBookReader/PyBookReader%2BOrnamentBook-${PORTVERSION}
|
|
DISTNAME= PyBookReader-${PORTVERSION}
|
|
|
|
MAINTAINER= ufo@februality.com
|
|
COMMENT= Program for reading e-books
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= PyBookReader
|
|
USE_GNOME= pygtk2
|
|
|
|
.include <bsd.port.mk>
|