40 lines
890 B
Makefile
40 lines
890 B
Makefile
# $OpenBSD: Makefile,v 1.84 2020/05/14 14:56:00 ajacoutot Exp $
|
|
|
|
COMMENT= gettext(1) files editor for GNOME
|
|
|
|
GNOME_PROJECT= gtranslator
|
|
GNOME_VERSION= 3.36.0
|
|
|
|
CATEGORIES= textproc devel
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += atk-1.0 c cairo dazzle-1.0 gda-5.0 gdk-3 gettextpo
|
|
WANTLIB += gio-2.0 glib-2.0 gobject-2.0 gspell-1 gtk-3 gtksourceview-4
|
|
WANTLIB += intl json-glib-1.0 pango-1.0 soup-2.4 xml2
|
|
|
|
MODULES= devel/dconf \
|
|
devel/meson \
|
|
lang/python \
|
|
x11/gnome
|
|
|
|
RUN_DEPENDS= devel/gsettings-desktop-schemas \
|
|
devel/iso-codes
|
|
|
|
BUILD_DEPENDS= devel/gsettings-desktop-schemas \
|
|
devel/iso-codes
|
|
|
|
LIB_DEPENDS= devel/gettext,-tools \
|
|
devel/json-glib \
|
|
textproc/gspell \
|
|
x11/gnome/libdazzle \
|
|
x11/gtksourceview4 \
|
|
x11/gnome/libgda
|
|
|
|
MODGNOME_TOOLS= desktop-file-utils gtk-update-icon-cache yelp
|
|
|
|
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
|
|
|
.include <bsd.port.mk>
|