aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/pybookreader/Makefile
blob: 5bda3497151c662932eed51767f85b8ae7abf367 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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:textproc/py-libxml2

USES=       python
USE_PYTHON= distutils
PYDISTUTILS_PKGNAME=    PyBookReader
USE_GNOME=  pygtk2

.include <bsd.port.mk>