freebsd-ports/deskutils/pybookreader/Makefile
Antoine Brodin 41505cf2bb Deprecate some pygtk2 ports
With hat:	portmgr
2020-01-28 21:57:18 +00:00

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>