1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/devel/py-gobject3/Makefile
Sean Bruno 8e3accbef7 This port does not use ${ARCH} to rename the egg info file that it creates.
This causes the pkg-plist to break on architechtures where MACHINE and
MACHINE_ARCH to differ.  Assume that the upstream folks know what they
are doing and create a UNAME_M variable to handle this in the pkg-plist.

PR:		188856
Reviewed by:	koobs
Approved by:	bdrewery (mentor)
2014-09-11 15:04:04 +00:00

21 lines
459 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/devel/py-gobject3/Makefile 19571 2014-04-25 18:12:46Z kwm $
PORTREVISION= 2
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 3
COMMENT= Python 2 bindings for GObject
SLAVE_PORT= python2
MASTERDIR= ${.CURDIR}/../../devel/pygobject3-common
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
PLIST_SUB+= UNAME_M=${UNAME_M}
UNAME_M!= ${UNAME} -m