freebsd-ports/devel/libgnt/Makefile
Kevin Bowling db78da8f8b devel/libffi: Bump deps PORTREVISION for shlib change
PR:		263764
Reported by:	VVD <vvd@unislabs.com>
2022-05-09 12:23:51 -07:00

22 lines
522 B
Makefile

PORTNAME= libgnt
PORTVERSION= 2.14.3
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= SF/pidgin/${PORTNAME}/${PORTVERSION}/
MAINTAINER= swills@FreeBSD.org
COMMENT= Toolkit based on glib and ncurses for text-mode user interfaces
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc
LIB_DEPENDS= libffi.so:devel/libffi
USES= gettext-runtime gnome iconv:wchar_t meson pkgconfig tar:xz
USE_GNOME= glib20 libxml2
USE_LDCONFIG= yes
MESON_ARGS= -Dpython2=false
.include <bsd.port.mk>