7cef57ebd9
* This allows use to supply both python bindings. Update libpeas using ports for this change. * Assign maintainership to gnome@ Obtained from: GNOME devel repo
22 lines
468 B
Makefile
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"
|