mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
4376dbbb58
FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
29 lines
768 B
Makefile
29 lines
768 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:devel/py-xdg@${PY_FLAVOR}
|
|
|
|
USES= gettext python:2.7
|
|
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>
|