blob: 592700e4fc18d544aa75e3206bbcc8e8514dc5ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= libgnt
PORTVERSION= 2.14.3
PORTREVISION= 1
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>
|