freebsd-ports/x11/terminology/Makefile
Adam Weinberger bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00

21 lines
470 B
Makefile

# 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 tar:bzip2
DIST_SUBDIR= e17
GNU_CONFIGURE= yes
USE_EFL= eina eet evas ecore edje emotion elementary
USE_EFL_ECORE= imf imf_evas input ipc
.include <bsd.port.mk>