41505cf2bb
With hat: portmgr
24 lines
591 B
Makefile
24 lines
591 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
|
|
|
|
DEPRECATED= Old, uses EOLed python27
|
|
EXPIRATION_DATE= 2020-03-01
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR}
|
|
|
|
USES= gnome python:2.7
|
|
USE_PYTHON= distutils
|
|
PYDISTUTILS_PKGNAME= PyBookReader
|
|
USE_GNOME= pygtk2
|
|
|
|
.include <bsd.port.mk>
|