Tweak x11/terminology version 0.3.0
[dports.git] / x11 / terminology / Makefile
1 # Created by: Grzegorz Blach <gblach@FreeBSD.org>
2 # $FreeBSD: x11/terminology/Makefile 331629 2013-10-25 19:58:18Z gblach $
3
4 PORTNAME=       terminology
5 PORTVERSION=    0.3.0
6 CATEGORIES=     x11 enlightenment
7 MASTER_SITES=   http://download.enlightenment.org/releases/ \
8                 LOCAL/gblach/e17/
9
10 MAINTAINER=     gblach@FreeBSD.org
11 COMMENT=        EFL Terminal Emulator
12
13 LICENSE=        BSD
14
15 USES=           pkgconfig
16 DIST_SUBDIR=    e17
17 USE_BZIP2=      yes
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>