32 lines
660 B
Makefile
32 lines
660 B
Makefile
COMMENT= simple Text Editor for GNOME
|
|
|
|
GNOME_PROJECT= gnome-text-editor
|
|
GNOME_VERSION= 46.3
|
|
|
|
CATEGORIES= editors
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
# gnu17
|
|
COMPILER= base-clang ports-gcc
|
|
COMPILER_LANGS= c
|
|
|
|
WANTLIB += adwaita-1 c cairo editorconfig enchant-2 gio-2.0 glib-2.0
|
|
WANTLIB += gobject-2.0 gtk-4 gtksourceview-5 icuuc intl m pango-1.0
|
|
|
|
MODULES= devel/dconf \
|
|
devel/meson \
|
|
x11/gnome
|
|
|
|
MODGNOME_TOOLS= desktop-file-utils gtk-update-icon-cache yelp
|
|
|
|
LIB_DEPENDS= editors/editorconfig-core-c \
|
|
textproc/enchant2 \
|
|
textproc/icu4c \
|
|
x11/gnome/libadwaita \
|
|
x11/gtksourceview5
|
|
|
|
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
|
|
|
.include <bsd.port.mk>
|