blob: 3b0fc4e87cb61c5b0aec01e754d15ff01c15127f (
plain)
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= eio
PORTVERSION= 1.7.7
CATEGORIES= devel enlightenment
MASTER_SITES= http://download.enlightenment.fr/releases/ \
LOCAL/gblach/e17/
MAINTAINER= gblach@FreeBSD.org
COMMENT= Enlightenment Input/Output Library
LICENSE= LGPL21
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
USES= pathfix pkgconfig
USE_EFL= eina eet ecore libtool_hack
USE_LDCONFIG= yes
.include <bsd.port.mk>
|