blob: af5f1e5ed036d3df58066d1164e8bfc727773838 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Created by: Stanislav Sedov <stas@FreeBSD.org>
# $FreeBSD$
PORTNAME= efreet
PORTVERSION= 1.7.6
CATEGORIES= x11 enlightenment
MASTER_SITES= http://download.enlightenment.fr/releases/ \
LOCAL/gblach/e17/
MAINTAINER= gblach@FreeBSD.org
COMMENT= Freedesktop.org EFL compatibility layer
LICENSE= BSD
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
USES= pathfix
USE_EFL= eet eina ecore libtool_hack librt_hack
USE_EFL_ECORE= file
USE_PKGCONFIG= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-nls
.include <bsd.port.mk>
|