91e4e8a4e3
USES=python Approved by: portmgr (implicit)
28 lines
763 B
Makefile
28 lines
763 B
Makefile
# Created by: Alexander Best
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= room
|
|
PORTVERSION= 0.4.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= editors python
|
|
MASTER_SITES= https://launchpad.net/pyroom/${PORTVERSION:R}/${PORTVERSION}/+download/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= py${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= arundel@FreeBSD.org
|
|
COMMENT= PyRoom is a clone of WriteRoom and features "distraction-free writing"
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
|
|
|
|
USES= gettext python
|
|
USE_PYTHON= distutils
|
|
USE_GNOME= pygtk2
|
|
PYDISTUTILS_PKGNAME= PyRoom
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|%%PREFIX%%|${PREFIX}|g' \
|
|
${WRKSRC}/setup.py ${WRKSRC}/PyRoom/preferences.py \
|
|
${WRKSRC}/PyRoom/gui.py ${WRKSRC}/pyroom.desktop
|
|
|
|
.include <bsd.port.mk>
|