- Update devel/py-efl to 1.18.0 - Update multimedia/rage to 0.2.1 - Update x11-wm/enligtenment to 0.21.2 - Bump PORTREVISION in graphics/edje_viewer - Bump PORTREVISION in x11/terminology - Merge graphics/evas_generic_loaders* into devel/efl - Merge multimedia/emotion_generic_players-vlc into devel/efl - Merge x11-toolkits/elementary into devel/efl
33 lines
884 B
Makefile
33 lines
884 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= efl
|
|
PORTVERSION= 1.18.0
|
|
CATEGORIES= devel python enlightenment
|
|
MASTER_SITES= http://download.enlightenment.org/rel/bindings/python/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= python-efl-${PORTVERSION}
|
|
|
|
MAINTAINER= enlightenment@FreeBSD.org
|
|
COMMENT= Python bindings for EFL and Elementary
|
|
|
|
LICENSE= GPLv3 LGPL3
|
|
LICENSE_COMB= multi
|
|
|
|
LIB_DEPENDS= libefl.so:devel/efl
|
|
|
|
DIST_SUBDIR= enlightenment
|
|
USES= pkgconfig python tar:xz
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PYTHON_REL} < 3000
|
|
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83:devel/py-dbus
|
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83:devel/py-dbus
|
|
.else
|
|
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83:devel/py3-dbus
|
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83:devel/py3-dbus
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|