mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
3637d46f3b
Approved by: portmgr (blanket)
35 lines
862 B
Makefile
35 lines
862 B
Makefile
# Created by: Hakisho Nukama <nukama@gmail.com>
|
|
|
|
PORTNAME= gummi
|
|
PORTVERSION= 0.8.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= editors
|
|
MASTER_SITES= https://github.com/alexandervdm/gummi/releases/download/${PORTVERSION}/
|
|
|
|
MAINTAINER= zab@zltech.eu
|
|
COMMENT= Simple LaTeX editor for GTK users
|
|
|
|
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
|
|
INSTALLS_OMF= yes
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
NLS_USES= gettext
|
|
|
|
.include <bsd.port.mk>
|