1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/py-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

23 lines
466 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 2 support
LIB_DEPENDS+= libpeas-1.0.so:${PORTSDIR}/devel/libpeas
LIBPEAS_SLAVE= python2
BUILD_WRKSRC= ${WRKSRC}/loaders/python
INSTALL_WRKSRC= ${WRKSRC}/loaders/python
MASTERDIR= ${.CURDIR}/../../devel/libpeas/
.include "${MASTERDIR}/Makefile"