mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
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
23 lines
466 B
Makefile
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"
|