2012-12-22 21:54:59 +01:00
|
|
|
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= terminology
|
2015-09-18 13:56:12 +02:00
|
|
|
PORTVERSION= 0.9.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
|
|
|
|
2014-11-25 04:07:22 +01:00
|
|
|
LIB_DEPENDS= libefl.so:${PORTSDIR}/devel/efl \
|
|
|
|
libelementary.so:${PORTSDIR}/x11-toolkits/elementary
|
|
|
|
|
|
|
|
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>
|