blob: 107bf83c75151be4e37d68209dbde790255cd0a4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= terminology
PORTVERSION= 0.3.0
CATEGORIES= x11 enlightenment
MASTER_SITES= http://download.enlightenment.org/releases/ \
LOCAL/gblach/e17/
MAINTAINER= gblach@FreeBSD.org
COMMENT= EFL Terminal Emulator
LICENSE= BSD
USES= pkgconfig
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_EFL= eina eet evas ecore edje emotion elementary
USE_EFL_ECORE= imf imf_evas input ipc
.include <bsd.port.mk>
|