ports/devel/libgnt/Makefile
Daniel Engberg bd2bf5c234 devel/libgnt: Remove (lib)pcre dependency
Remove unnecessary (lib)pcre dependency

PR:		260234
Approved by:	mentors (implicit), portmgr (blanket), swills (maintainer timeout, 21 days)
2021-12-27 14:08:09 +01:00

21 lines
506 B
Makefile

PORTNAME= libgnt
PORTVERSION= 2.14.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>