d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
25 lines
575 B
Makefile
25 lines
575 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
|
|
USE_GNOME= pygtk2
|
|
|
|
.include <bsd.port.mk>
|