freebsd-ports/devel/py-efl/Makefile
Grzegorz Blach fbbe8e0b3e devel/py-efl:
- Update to 1.20.0

multimedia/rage:
  - Update to 0.3.0
  - Switch to meson

x11/terminology:
  - Update to 1.2.1
  - Switch to meson

x11-wm/enlightenment:
  - Update to 0.22.3 [1]
  - Fix typo in pkg-message [2]

PR:		224105 [1], 226569 [2]
Submitted by:	Nils Beyer [1], Chris Petrik [2]
2018-07-09 19:13:41 +00:00

25 lines
708 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= efl
PORTVERSION= 1.20.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
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83:devel/py-dbus@${PY_FLAVOR}
LIB_DEPENDS= libefl.so:devel/efl
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83:devel/py-dbus@${PY_FLAVOR}
DIST_SUBDIR= enlightenment
USES= pkgconfig python tar:xz
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>