openbsd-ports/x11/gnome/gedit-latex/Makefile
ajacoutot 0a90ec6050 Fix dependencies (missing py-gobject3).
Enable the python plugins -- they require py3-gobject3 which is not around
yet (we will move py-gobject3 to python3 sooner than later) but at least
the gedit ports are ready for the py3 move.
2013-04-04 13:07:36 +00:00

32 lines
554 B
Makefile

# $OpenBSD: Makefile,v 1.8 2013/04/04 13:07:36 ajacoutot Exp $
COMMENT= LaTeX plugin for Gedit
GNOME_PROJECT= gedit-latex
GNOME_VERSION= 3.4.1
REVISION= 1
CATEGORIES= editors print
HOMEPAGE= https://live.gnome.org/Gedit/LaTeXPlugin
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
MODULES= x11/gnome \
lang/python \
devel/dconf
BUILD_DEPENDS= devel/gettext \
x11/gnome/gedit
RUN_DEPENDS= devel/py-gobject3 \
devel/gettext \
textproc/rubber \
x11/gnome/gedit
pre-configure:
${SUBST_CMD} ${WRKSRC}/latex/latex/environment.py
.include <bsd.port.mk>