freebsd-ports/x11-toolkits/tepl/Makefile
Tobias C. Berner 69a48ff2e1 x11-toolkits/tepl: update to 5.1.1
News in 5.1.1, 2020-10-11
-------------------------
* Add TeplSpaceDrawerPrefs, a preferences widget for GtkSourceSpaceDrawer.
* Translation updates.
2020-11-15 12:49:07 +00:00

24 lines
506 B
Makefile

# $FreeBSD$
PORTNAME= tepl
DISTVERSION= 5.1.1
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Text editor product line
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-3.0-or-later.txt
LIB_DEPENDS= libuchardet.so:textproc/uchardet \
libamtk-5.so:x11-toolkits/amtk \
libicuuc.so:devel/icu
USES= compiler:c11 gettext gnome meson pkgconfig tar:xz
USE_GNOME= cairo gdkpixbuf2 gtksourceview4 libxml2
USE_LDCONFIG= yes
.include <bsd.port.mk>