Files
ports/x11/terminology/Makefile
T
Gleb Popov b0fcfa5ece x11/terminology: Update to 1.9.0
Submitted by:	Peter TKATCHENKO <peter@flytrace.com>
2021-02-09 17:26:52 +00:00

29 lines
627 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= terminology
DISTVERSION= 1.9.0
CATEGORIES= x11 enlightenment
MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/
DIST_SUBDIR= enlightenment
MAINTAINER= enlightenment@FreeBSD.org
COMMENT= EFL Terminal Emulator
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libefl.so:devel/efl
USES= compiler:c11 meson pkgconfig tar:xz python:3.4+
BINARY_ALIAS= python3=${PYTHON_CMD}
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_MESON_TRUE= nls
NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl
.include <bsd.port.mk>