freebsd-ports/x11/terminology/Makefile
Grzegorz Blach 96ad21b7d1 - Update devel/efl to 1.19.2 [1]
- Update devel/py-efl to 1.19.0 [1]
- Update x11-wm/enlightenment to 0.21.9 [2]
- Update x11/terminology to 1.1.1
- Mark benchmarks/expedite as broken

PR:                     222462 [2]
Submitted by:           Gleb Popov [1], Hardy Schumacher [2]
Differential Revision:  https://reviews.freebsd.org/D12154 [1]
2017-09-21 10:54:03 +00:00

29 lines
592 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= terminology
PORTVERSION= 1.1.1
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 \
libintl.so:devel/gettext-runtime
DIST_SUBDIR= enlightenment
GNU_CONFIGURE= yes
USES= compiler:c11 pkgconfig tar:xz
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
.include <bsd.port.options.mk>
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>