1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/deskutils/pybookreader/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

27 lines
609 B
Makefile

# New ports collection makefile for: pybookreader
# Date created: 30 September 2006
# Whom: Valeri Vassiliev
#
# $FreeBSD$
#
PORTNAME= pybookreader
PORTVERSION= 0.5.0
PORTREVISION= 1
CATEGORIES= deskutils python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= PyBookReader-${PORTVERSION}
MAINTAINER= valeri_ufo@web.de
COMMENT= Program for reading e-books
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2
USE_PYTHON= 2.2+
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= PyBookReader
USE_GNOME= pygtk2
.include <bsd.port.mk>