1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/x11/terminology/Makefile
Rene Ladan 7469b029a6 Remove esound support from pulseaudio as audio/esound expired.
Bump PORTREVISIONs of dependent ports.

Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
2019-05-01 19:35:14 +00:00

29 lines
574 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= terminology
DISTVERSION= 1.4.0
PORTREVISION= 1
CATEGORIES= x11 enlightenment
MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/
DIST_SUBDIR= enlightenment
MAINTAINER= enlightenment@FreeBSD.org
COMMENT= EFL Terminal Emulator
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libefl.so:devel/efl
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>