Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
30 lines
624 B
Makefile
30 lines
624 B
Makefile
# $NetBSD: Makefile,v 1.4 2010/06/13 22:46:57 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= beryl-settings-bindings-${BERYL_VERSION}
|
|
PKGREVISION= 1
|
|
CATEGORIES= wm
|
|
|
|
COMMENT= Beryl settings bindings
|
|
|
|
.include "../../wip/beryl/Makefile.inc"
|
|
|
|
PKGCONFIG_OVERRIDE+= beryl-settings-bindings.pc.in
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9:../../lang/py-pyrex
|
|
|
|
PYTHON_VERSION_REQD= 25
|
|
PYBINMODULE= YES
|
|
PY_PATCHPLIST= YES
|
|
|
|
.include "../../mk/compiler.mk"
|
|
|
|
.if !empty(CC_VERSION:Mgcc-[3-4]*)
|
|
CFLAGS+= -fno-strict-aliasing
|
|
.endif
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
.include "../../wip/beryl-core/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|