1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/x11/terminology/Makefile
Grzegorz Blach 34f0eac859 Update to 1.3.2
Fixes CVE-2018-20167: Incorrect escaping of crafted files results
in code execution.

PR:		234103
Submitted by:	cem
2018-12-21 22:35:12 +00:00

27 lines
526 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= terminology
PORTVERSION= 1.3.2
CATEGORIES= x11 enlightenment
MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/
MAINTAINER= enlightenment@FreeBSD.org
COMMENT= EFL Terminal Emulator
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libefl.so:devel/efl
DIST_SUBDIR= enlightenment
USES= compiler:c11 meson pkgconfig tar:xz
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_MESON_TRUE= nls
NLS_LDFLAGS= -lintl
.include <bsd.port.mk>