mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
23 lines
475 B
Makefile
23 lines
475 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
|
|
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>
|