mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
6f417247b1
Follow-up to 9b78681895
33 lines
841 B
Makefile
33 lines
841 B
Makefile
PORTNAME= gummi
|
|
PORTVERSION= 0.8.1
|
|
PORTREVISION= 20
|
|
CATEGORIES= editors
|
|
MASTER_SITES= https://github.com/alexandervdm/gummi/releases/download/${PORTVERSION}/
|
|
|
|
MAINTAINER= zab@zltech.eu
|
|
COMMENT= Simple LaTeX editor for GTK users
|
|
WWW= https://github.com/alexandervdm/gummi/
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= msgfmt:devel/gettext
|
|
LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \
|
|
libgtkspell3-3.so:textproc/gtkspell3 \
|
|
libpoppler-glib.so:graphics/poppler-glib \
|
|
libsynctex.so:devel/tex-synctex
|
|
RUN_DEPENDS= etex:print/tex-formats
|
|
|
|
USES= cpe desktop-file-utils gmake gnome iconv pkgconfig xorg
|
|
CPE_VENDOR= ${PORTNAME}_project
|
|
GNU_CONFIGURE= yes
|
|
USE_XORG= xcomposite xcursor xdamage xft
|
|
USE_GNOME= cairo glib20 gtksourceview3 intlhack
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
NLS_USES= gettext
|
|
|
|
.include <bsd.port.mk>
|