17 lines
409 B
Makefile
17 lines
409 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= 3
|
|
|
|
COMMENT= Python 2 bindings for GObject
|
|
|
|
SLAVE_PORT= python
|
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/pygobject3-common
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
py34_PLIST= ${.CURDIR}/pkg-plist-py3
|
|
py35_PLIST= ${.CURDIR}/pkg-plist-py3
|
|
py36_PLIST= ${.CURDIR}/pkg-plist-py3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|