freebsd-ports/x11/efreet/Makefile
Grzegorz Blach a0387acfb6 - Update EFL to 1.7.5
- Change master site to download.enlightenment.fr

Approved by:	tabthorpe (mentor)
2013-01-15 17:01:33 +00:00

26 lines
526 B
Makefile

# Created by: Stanislav Sedov <stas@FreeBSD.org>
# $FreeBSD$
PORTNAME= efreet
PORTVERSION= 1.7.5
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
USE_EFL= eet eina ecore libtool_hack librt_hack
USE_EFL_ECORE= file
USE_GNOME= gnomehack pkgconfig
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-nls
.include <bsd.port.mk>