blob: 786d51cbc6b1e11e3d6390a305a8bedecaf6e726 (
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
27
|
# New ports collection makefile for: efreet
# Date created: 28 September 2007
# Whom: Stanislav Sedov <stas@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= efreet
DISTVERSION= 1.1.0
CATEGORIES= x11 enlightenment
MASTER_SITES= http://download.enlightenment.org/releases/ \
http://files.roorback.net/e17/2011-12-02/base/
MAINTAINER= magik@roorback.net
COMMENT= Freedesktop.org EFL compatibility layer
LICENSE= BSD
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_EFL= eet eina ecore libtool_hack librt_hack
USE_EFL_ECORE= file
USE_GNOME= gnomehack pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.mk>
|