blob: b17a7f63d886c69c0e4a54bc4515059969ebf555 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= terminology
PORTVERSION= 1.2.1
PORTREVISION= 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>
|