freebsd-ports/x11/terminology/Makefile

30 lines
592 B
Makefile
Raw Normal View History

# 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
2015-09-12 21:22:01 +02:00
USES= compiler:c11 pkgconfig tar:xz
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
.include <bsd.port.options.mk>
2015-02-17 00:54:21 +01:00
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>