mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
4942ce5a7d
- 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
27 lines
609 B
Makefile
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>
|