2012-12-22 21:54:59 +01:00
|
|
|
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= terminology
|
2017-09-21 12:54:03 +02:00
|
|
|
PORTVERSION= 1.1.1
|
2012-12-22 21:54:59 +01:00
|
|
|
CATEGORIES= x11 enlightenment
|
2014-11-25 04:07:22 +01:00
|
|
|
MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/
|
2012-12-22 21:54:59 +01:00
|
|
|
|
2015-04-16 23:55:10 +02:00
|
|
|
MAINTAINER= enlightenment@FreeBSD.org
|
2012-12-22 21:54:59 +01:00
|
|
|
COMMENT= EFL Terminal Emulator
|
|
|
|
|
2014-11-25 04:07:22 +01:00
|
|
|
LICENSE= BSD2CLAUSE
|
2012-12-22 21:54:59 +01:00
|
|
|
|
2017-09-21 12:54:03 +02:00
|
|
|
LIB_DEPENDS= libefl.so:devel/efl \
|
|
|
|
libintl.so:devel/gettext-runtime
|
2014-11-25 04:07:22 +01:00
|
|
|
|
|
|
|
DIST_SUBDIR= enlightenment
|
2012-12-22 21:54:59 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2015-09-12 21:22:01 +02:00
|
|
|
USES= compiler:c11 pkgconfig tar:xz
|
2014-11-25 04:07:22 +01:00
|
|
|
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
OPTIONS_SUB= yes
|
2012-12-22 21:54:59 +01:00
|
|
|
|
2014-11-25 04:07:22 +01:00
|
|
|
.include <bsd.port.options.mk>
|
2014-11-02 17:10:27 +01:00
|
|
|
|
2015-02-17 00:54:21 +01:00
|
|
|
NLS_USES= gettext
|
2014-11-02 17:10:27 +01:00
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
|
2012-12-22 21:54:59 +01:00
|
|
|
.include <bsd.port.mk>
|