ajacoutot ea93efd05f Remove hardcoded HOMEPAGE and use the one from the x11/gnome MODULE
instead. It is just too hard to maintain a coherent list of still
reachable homepages for GNOME projects so use wiki.gnome.org which is
the entry point for *all* GNOME apps.
2013-09-28 08:50:34 +00:00

32 lines
561 B
Makefile

# $OpenBSD: Makefile,v 1.13 2013/09/28 08:51:18 ajacoutot Exp $
COMMENT= LaTeX plugin for Gedit
GNOME_PROJECT= gedit-latex
GNOME_VERSION= 3.8.0
REVISION= 0
CATEGORIES= editors print
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
MODULES= x11/gnome \
lang/python \
devel/dconf
MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}
BUILD_DEPENDS= devel/gettext \
x11/gnome/gedit
RUN_DEPENDS= devel/py-gobject3${MODPY_FLAVOR} \
devel/gettext \
textproc/rubber \
x11/gnome/gedit
pre-configure:
${SUBST_CMD} ${WRKSRC}/latex/latex/environment.py
.include <bsd.port.mk>