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