aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/tepl/Makefile
blob: e4f8651c08ebf48bbf4e983e8e2ff94e104cc197 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	tepl
DISTVERSION=	5.1.1
PORTREVISION=	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>