freebsd-ports/editors/py-room/Makefile
Sunpoet Po-Chuan Hsieh 3d0841a0c2 - Update MAINTAINER address
PR:		ports/151822
Submitted by:	arundel (maintainer)
Approved by:	pgollucci (mentor, implicit)
2010-10-30 14:33:55 +00:00

34 lines
858 B
Makefile

# New ports collection makefile for: py-room
# Date created: 2009-11-11
# Whom: Alexander Best
#
# $FreeBSD$
#
PORTNAME= room
PORTVERSION= 0.4.1
PORTREVISION= 4
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
FETCH_ARGS=
USE_GETTEXT= yes
USE_PYTHON= yes
USE_GNOME= pygtk2
USE_PYDISTUTILS= yes
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>