freebsd-ports/devel/py3-libpeas/Makefile
Koop Mast 7cef57ebd9 * Split off the python bindings from the main libpeas port.
* This allows use to supply both python bindings. Update libpeas using
  ports for this change.
* Assign maintainership to gnome@

Obtained from:	GNOME devel repo
2015-06-12 15:14:18 +00:00

22 lines
468 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= libpeas
PORTREVISION= 0
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
COMMENT= libpeas Python 3 support
LIB_DEPENDS+= libpeas-1.0.so:${PORTSDIR}/devel/libpeas
LIBPEAS_SLAVE= python3
BUILD_WRKSRC= ${WRKSRC}/loaders/python3
INSTALL_WRKSRC= ${WRKSRC}/loaders/python3
MASTERDIR= ${.CURDIR}/../../devel/libpeas/
.include "${MASTERDIR}/Makefile"