freebsd-ports/deskutils/pybookreader/Makefile
Martin Wilke c2bf40d8ed - Update maintainer mail adress
Submitted by:	maintainer via irc
2009-05-10 16:51:32 +00:00

26 lines
610 B
Makefile

# New ports collection makefile for: pybookreader
# Date created: 30 September 2006
# Whom: Valeri Vassiliev
#
# $FreeBSD$
#
PORTNAME= pybookreader
PORTVERSION= 0.5.0
PORTREVISION= 2
CATEGORIES= deskutils python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= PyBookReader-${PORTVERSION}
MAINTAINER= ufo@februality.com
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>