blob: 86702a7ea112bba1e43af21e2a9eb655e2c2ac32 (
plain) (
blame)
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
DISTVERSION= 0.1.0.65643
CATEGORIES= devel enlightenment
MASTER_SITES= http://download.enlightenment.org/snapshots/2011-11-28/ \
http://files.roorback.net/e17/base/
MAINTAINER= gblach@FreeBSD.org
COMMENT= Enlightenment Input/Output Library
LICENSE= LGPL21
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_EFL= eina ecore libtool_hack
USE_GNOME= gnomehack pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.mk>
|