blob: b48aa318f3671006c7506080aa1abd7c230fb46d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# Created by: Hakisho Nukama <nukama@gmail.com>
PORTNAME= gummi
PORTVERSION= 0.8.1
PORTREVISION= 9
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
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
.include <bsd.port.mk>
|